X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/061f665c71938e9968cd7b83e53add7c0b91e2df..9543640bbf4ced373f9a5634b7bf4d5cc551b42c:/target/linux/ixp4xx/patches-2.6.26/191-cambria_optional_uart.patch 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,