Skip to content
Snippets Groups Projects
Commit 88a740ff authored by Imre Kaloz's avatar Imre Kaloz
Browse files

fix (really this time) laguna UART config


Properly terminate the correct platform resource for laguna UARTs

Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>

SVN-Revision: 33721
parent 9b22ca80
No related branches found
No related tags found
No related merge requests found
......@@ -356,7 +356,6 @@
+ .end = CNS3XXX_UART2_BASE + SZ_4K - 1,
+ .flags = IORESOURCE_MEM
+ },
+ { },
+};
+
+static struct plat_serial8250_port laguna_uart_data[] = {
......@@ -388,6 +387,7 @@
+ .uartclk = 24000000,
+ .type = PORT_16550A,
+ },
+ { },
+};
+
+static struct platform_device laguna_uart = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment