summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/patches-4.1/500-serial_kludge.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ar7/patches-4.1/500-serial_kludge.patch')
-rw-r--r--target/linux/ar7/patches-4.1/500-serial_kludge.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar7/patches-4.1/500-serial_kludge.patch b/target/linux/ar7/patches-4.1/500-serial_kludge.patch
index 4baf4aaf64..23214491a1 100644
--- a/target/linux/ar7/patches-4.1/500-serial_kludge.patch
+++ b/target/linux/ar7/patches-4.1/500-serial_kludge.patch
@@ -1,7 +1,7 @@
--- a/drivers/tty/serial/8250/8250_core.c
+++ b/drivers/tty/serial/8250/8250_core.c
-@@ -339,6 +339,13 @@ configured less than Maximum supported f
- UART_FCR7_64BYTE,
+@@ -347,6 +347,13 @@ configured less than Maximum supported f
+ .rxtrig_bytes = {1, 4, 8, 14},
.flags = UART_CAP_FIFO,
},
+ [PORT_AR7] = {
@@ -14,7 +14,7 @@
};
/* Uart divisor latch read */
-@@ -3340,7 +3347,11 @@ static void serial8250_console_putchar(s
+@@ -3348,7 +3355,11 @@ static void serial8250_console_putchar(s
{
struct uart_8250_port *up = up_to_u8250p(port);