瀏覽代碼

fix (really this time) laguna UART config

Properly terminate the correct platform resource for laguna UARTs

Signed-off-by: Tim Harvey <[email protected]>

SVN-Revision: 33721
Imre Kaloz 13 年之前
父節點
當前提交
88a740ff80
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/cns3xxx/patches-3.3/300-laguna_support.patch

+ 1 - 1
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 = {