diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-10-11 09:51:35 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-10-11 09:51:35 +0000 |
commit | 88a740ff809de0c9cecd3189fccf550bbcb57db8 (patch) | |
tree | 6dfcc58ad486514348559a0c3fd4aac01292b0ac /target | |
parent | 9b22ca8042fb2fdc930c5ed6bf9eb09984e845ec (diff) | |
download | upstream-88a740ff809de0c9cecd3189fccf550bbcb57db8.tar.gz upstream-88a740ff809de0c9cecd3189fccf550bbcb57db8.tar.bz2 upstream-88a740ff809de0c9cecd3189fccf550bbcb57db8.zip |
fix (really this time) laguna UART config
Properly terminate the correct platform resource for laguna UARTs
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33721
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/cns3xxx/patches-3.3/300-laguna_support.patch | 2 |
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 ac8888ac89..ee2a60434b 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 = { |