Commit 13e9f612 authored by Sascha Hauer's avatar Sascha Hauer

pcm037: Add support for UART2

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment