fixup the optional UART on the Cambria -- thanks, Chris
SVN-Revision: 12039
This commit is contained in:
parent
a273f991f7
commit
7c7af43a39
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue