Re: [U-Boot] [PATCH 3/9] ARM: sunxi: Add support for uart0 on port F (mmc0)

2014-10-11 Thread Ian Campbell
On Tue, 2014-10-07 at 15:11 +0800, Chen-Yu Tsai wrote: Allwinner SoCs provide uart0 muxed with mmc0, which can then be used with a micro SD breakout board. On the A23, this is the only way to use uart0. Signed-off-by: Chen-Yu Tsai w...@csie.org Acked-by: Ian Campbell i...@hellion.org.uk

[U-Boot] [PATCH 3/9] ARM: sunxi: Add support for uart0 on port F (mmc0)

2014-10-07 Thread Chen-Yu Tsai
Allwinner SoCs provide uart0 muxed with mmc0, which can then be used with a micro SD breakout board. On the A23, this is the only way to use uart0. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/cpu/armv7/sunxi/board.c | 11 ++- include/configs/sunxi-common.h | 2 ++ 2 files