summaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-11 09:51:35 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-11 09:51:35 +0000
commitb2305bd3614441f1a0436ed0070b7729a6a45f20 (patch)
treea6236fa49e2b6f5c1c7a08a370ac105d191b3e1a /target/linux/cns3xxx
parent228bf4df1a1ca615e8a5c2a8605908957e1b3b89 (diff)
[cns3xxx]: fix (really this time) laguna UART config
Properly terminate the correct platform resource for laguna UARTs Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33721 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r--target/linux/cns3xxx/patches-3.3/300-laguna_support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch b/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch
index ac8888ac8..ee2a60434 100644
--- a/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch
+++ b/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch
@@ -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 = {