summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2012-10-11 07:47:27 +0000
committerImre Kaloz <kaloz@openwrt.org>2012-10-11 07:47:27 +0000
commit31c2f1a4d2f558882ff5c43da12960ab22fee69f (patch)
treecf435e0f3dd65a3a6666d908c9897501b35378b6 /target
parentbc3b111cfdcdc297c33962437e05414e1d532de7 (diff)
downloadmtk-20170518-31c2f1a4d2f558882ff5c43da12960ab22fee69f.zip
mtk-20170518-31c2f1a4d2f558882ff5c43da12960ab22fee69f.tar.gz
mtk-20170518-31c2f1a4d2f558882ff5c43da12960ab22fee69f.tar.bz2
fix non terminated uart resources for laguna
Resolves crashes when probing multiple serial devices Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33719
Diffstat (limited to 'target')
-rw-r--r--target/linux/cns3xxx/patches-3.3/300-laguna_support.patch3
1 files changed, 2 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 b42606b..ac8888a 100644
--- a/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch
+++ b/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch
@@ -1,6 +1,6 @@
--- /dev/null
+++ b/arch/arm/mach-cns3xxx/laguna.c
-@@ -0,0 +1,935 @@
+@@ -0,0 +1,936 @@
+/*
+ * Gateworks Corporation Laguna Platform
+ *
@@ -356,6 +356,7 @@
+ .end = CNS3XXX_UART2_BASE + SZ_4K - 1,
+ .flags = IORESOURCE_MEM
+ },
++ { },
+};
+
+static struct plat_serial8250_port laguna_uart_data[] = {