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

SVN-Revision: 12039
This commit is contained in:
Imre Kaloz 2008-07-31 09:55:28 +00:00
parent a273f991f7
commit 7c7af43a39

View file

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