This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/systems/lctr-a6xx/patches/linux/3.14.58/90-st16654-fifo-trigger-16.patch
2016-01-07 14:17:40 +00:00

14 lines
603 B
Diff

diff -Nru linux-3.14.57/drivers/tty/serial/8250/8250_core.c linux-3.14.57.rasm/drivers/tty/serial/8250/8250_core.c
--- linux-3.14.57/drivers/tty/serial/8250/8250_core.c 2015-11-09 20:50:58.000000000 +0000
+++ linux-3.14.57.rasm/drivers/tty/serial/8250/8250_core.c 2016-01-07 11:27:40.183954069 +0000
@@ -207,8 +207,7 @@
.name = "ST16654",
.fifo_size = 64,
.tx_loadsz = 32,
- .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_01 |
- UART_FCR_T_TRIG_10,
+ .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_00,
.flags = UART_CAP_FIFO | UART_CAP_EFR | UART_CAP_SLEEP,
},
[PORT_16850] = {