提交 13e9f612 编写于 作者: S Sascha Hauer

pcm037: Add support for UART2

Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
上级 76b6ea0a
......@@ -277,6 +277,7 @@ static void __init mxc_board_init(void)
platform_add_devices(devices, ARRAY_SIZE(devices));
mxc_register_device(&mxc_uart_device0, &uart_pdata);
mxc_register_device(&mxc_uart_device1, &uart_pdata);
mxc_register_device(&mxc_uart_device2, &uart_pdata);
mxc_register_device(&mxc_w1_master_device, NULL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册