[PATCH] ARM: tqma53: change uart to second uart

Sascha Hauer s.hauer at pengutronix.de
Wed Apr 3 02:59:52 EDT 2013


From: Steffen Trumtrar <s.trumtrar at pengutronix.de>

The second UART is used on the mba53 baseboard. The first UART is only
used on custom hardware. This patch changes the UART to the one used
on the freely available baseboard.

Signed-off-by: Steffen Trumtrar <s.trumtrar at pengutronix.de>
---
 arch/arm/boards/tqma53/board.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boards/tqma53/board.c b/arch/arm/boards/tqma53/board.c
index 03cb8ea..7c660f8 100644
--- a/arch/arm/boards/tqma53/board.c
+++ b/arch/arm/boards/tqma53/board.c
@@ -254,7 +254,7 @@ static int tqma53_console_init(void)
 {
 	mxc_iomux_v3_setup_multiple_pads(tqma53_pads, ARRAY_SIZE(tqma53_pads));
 	imx53_init_lowlevel(800);
-	imx53_add_uart0();
+	imx53_add_uart1();
 
 	return 0;
 }
-- 
1.8.2.rc2




More information about the barebox mailing list