Files
u-boot-tk1-som/drivers
Simon Glass 0e977bc145 debug_uart: Support board-specific UART initialisation
Some boards need to set things up before the debug UART can be used. On
these boards a call to debug_uart_init() is insufficient. When this option
is enabled, the function board_debug_uart_init() will be called when
debug_uart_init() is called. You can put any code here that is needed to
set up the UART ready for use, such as set pin multiplexing or enable
clocks.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2015-10-21 07:46:50 -06:00
..
2015-09-02 21:28:23 -06:00
2015-09-11 17:15:32 -04:00
2015-08-18 13:45:55 -04:00
2015-04-10 14:23:23 +02:00
2015-05-26 14:13:12 +02:00
2015-10-12 12:56:32 -04:00