Skip to content

Commit

Permalink
ARM: board-mx51_babbage: Fix UART2 registration
Browse files Browse the repository at this point in the history
On MX51 Babbage board the RTS/CTS pins are not used on UART2 port.

Fix the registration of this port.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Fabio Estevam authored and Sascha Hauer committed Jul 26, 2011
1 parent fbd60a7 commit 1c4b45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-mx5/board-mx51_babbage.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ static void __init mx51_babbage_init(void)
ARRAY_SIZE(mx51babbage_pads));

imx51_add_imx_uart(0, &uart_pdata);
imx51_add_imx_uart(1, &uart_pdata);
imx51_add_imx_uart(1, NULL);
imx51_add_imx_uart(2, &uart_pdata);

babbage_fec_reset();
Expand Down

0 comments on commit 1c4b45d

Please sign in to comment.