summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/tqma53
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2012-07-04 14:14:53 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-03 14:19:39 +0200
commit65a338855a53030f20ab7eb34e86f2565dc855da (patch)
treec80980f2ddd2e23193e74ea81a475336d321e44a /arch/arm/boards/tqma53
parent977625a051b47329500efaae782848864117a17d (diff)
downloadbarebox-65a338855a53030f20ab7eb34e86f2565dc855da.tar.gz
barebox-65a338855a53030f20ab7eb34e86f2565dc855da.tar.xz
ARM: tqma53: change uart to second uart
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@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/tqma53')
-rw-r--r--arch/arm/boards/tqma53/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/tqma53/board.c b/arch/arm/boards/tqma53/board.c
index 03cb8eadf0..7c660f8951 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;
}