mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:27:30 +02:00
[cns3xxx]: fix non terminated uart resources for laguna
Resolves crashes when probing multiple serial devices Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33719 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c8c0e0cce1
commit
6c1258a8fb
@ -1,6 +1,6 @@
|
|||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/arm/mach-cns3xxx/laguna.c
|
+++ b/arch/arm/mach-cns3xxx/laguna.c
|
||||||
@@ -0,0 +1,935 @@
|
@@ -0,0 +1,936 @@
|
||||||
+/*
|
+/*
|
||||||
+ * Gateworks Corporation Laguna Platform
|
+ * Gateworks Corporation Laguna Platform
|
||||||
+ *
|
+ *
|
||||||
@ -356,6 +356,7 @@
|
|||||||
+ .end = CNS3XXX_UART2_BASE + SZ_4K - 1,
|
+ .end = CNS3XXX_UART2_BASE + SZ_4K - 1,
|
||||||
+ .flags = IORESOURCE_MEM
|
+ .flags = IORESOURCE_MEM
|
||||||
+ },
|
+ },
|
||||||
|
+ { },
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
+static struct plat_serial8250_port laguna_uart_data[] = {
|
+static struct plat_serial8250_port laguna_uart_data[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user