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 | a1b3ef215cf5d0cddcb1bb245b8541ba0f5bd182 (patch) | |
tree | 24ae6f110f0feda4401703ab583a7fe4f2f7d033 /target/linux/ixp4xx | |
parent | 5e1bdad3a8d78af3c0b92bad0e2db5e5157dace4 (diff) | |
download | master-187ad058-a1b3ef215cf5d0cddcb1bb245b8541ba0f5bd182.tar.gz master-187ad058-a1b3ef215cf5d0cddcb1bb245b8541ba0f5bd182.tar.bz2 master-187ad058-a1b3ef215cf5d0cddcb1bb245b8541ba0f5bd182.zip |
fixup the optional UART on the Cambria -- thanks, Chris
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12039 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx')
-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, |