From: Imre Kaloz Date: Thu, 11 Oct 2012 07:47:27 +0000 (+0000) Subject: [cns3xxx]: fix non terminated uart resources for laguna X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=6d11449fce3c174528bd2762442a836ce39af3d7 [cns3xxx]: fix non terminated uart resources for laguna Resolves crashes when probing multiple serial devices Signed-off-by: Tim Harvey SVN-Revision: 33719 --- 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 b42606b508..ac8888ac89 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[] = {