Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

pcm037: Add support for UART2

parent 76b6ea0a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -277,6 +277,7 @@ static void __init mxc_board_init(void)
	platform_add_devices(devices, ARRAY_SIZE(devices));
	platform_add_devices(devices, ARRAY_SIZE(devices));


	mxc_register_device(&mxc_uart_device0, &uart_pdata);
	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_uart_device2, &uart_pdata);


	mxc_register_device(&mxc_w1_master_device, NULL);
	mxc_register_device(&mxc_w1_master_device, NULL);