fixup the optional UART on the Cambria -- thanks, Chris

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12039 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Imre Kaloz 2008-07-31 09:55:28 +00:00
parent 5e1bdad3a8
commit a1b3ef215c
1 changed files with 2 additions and 2 deletions

View File

@ -27,13 +27,13 @@
+
+static struct plat_serial8250_port cambria_optional_uart_data[] = {
+ {
+ .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST,
+ .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_BUGGY_UART,
+ .iotype = UPIO_MEM,
+ .regshift = 0,
+ .uartclk = 1843200,
+ },
+ {
+ .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST,
+ .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_BUGGY_UART,
+ .iotype = UPIO_MEM,
+ .regshift = 0,
+ .uartclk = 1843200,