提交 1c4b45d8 编写于 作者: F Fabio Estevam 提交者: Sascha Hauer

ARM: board-mx51_babbage: Fix UART2 registration

On MX51 Babbage board the RTS/CTS pins are not used on UART2 port.

Fix the registration of this port.
Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
上级 fbd60a7e
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册