diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-07-31 09:55:28 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-07-31 09:55:28 +0000 |
commit | 7c7af43a3936bb7302a0c85f3b79620902ef9b8a (patch) | |
tree | 72581c524863dcf800dd15fcc0a37f1922b33905 /target | |
parent | a273f991f79c928c84264038b97d6bf3b03273f3 (diff) | |
download | upstream-7c7af43a3936bb7302a0c85f3b79620902ef9b8a.tar.gz upstream-7c7af43a3936bb7302a0c85f3b79620902ef9b8a.tar.bz2 upstream-7c7af43a3936bb7302a0c85f3b79620902ef9b8a.zip |
fixup the optional UART on the Cambria -- thanks, Chris
SVN-Revision: 12039
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.26/191-cambria_optional_uart.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.26/191-cambria_optional_uart.patch b/target/linux/ixp4xx/patches-2.6.26/191-cambria_optional_uart.patch index c556b040f8..78e4a9e561 100644 --- a/target/linux/ixp4xx/patches-2.6.26/191-cambria_optional_uart.patch +++ b/target/linux/ixp4xx/patches-2.6.26/191-cambria_optional_uart.patch @@ -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, |