From: kaloz Date: Thu, 31 Jul 2008 09:55:28 +0000 (+0000) Subject: fixup the optional UART on the Cambria -- thanks, Chris X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=f17fdda981d5ba18642040c6dfa224617987256e;hp=14629087aa3d1fadd14abae4d02e75fb4394ccb4 fixup the optional UART on the Cambria -- thanks, Chris git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12039 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 c556b040f..78e4a9e56 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,