diff options
author | Dom Cobley <popcornmix@gmail.com> | 2024-07-11 18:43:59 +0100 |
---|---|---|
committer | Dom Cobley <popcornmix@gmail.com> | 2024-07-11 18:43:59 +0100 |
commit | 89f80b37bc78986a109897ada807213fbbfe91ad (patch) | |
tree | 39dd540b2ac379a9ba95029ec90ba07c18623d8f /drivers/tty | |
parent | 475cddaba6b02584157e1c128a5a6858770a3d06 (diff) | |
parent | 2ced7518a03d002284999ed8336ffac462a358ec (diff) | |
download | linux-rpi-89f80b37bc78986a109897ada807213fbbfe91ad.tar.gz linux-rpi-89f80b37bc78986a109897ada807213fbbfe91ad.tar.bz2 linux-rpi-89f80b37bc78986a109897ada807213fbbfe91ad.zip |
Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.y
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c index 285e0e1144c4..a5d0df2ba5c5 100644 --- a/drivers/tty/serial/imx.c +++ b/drivers/tty/serial/imx.c @@ -1320,7 +1320,7 @@ static void imx_uart_clear_rx_errors(struct imx_port *sport) } -#define TXTL_DEFAULT 2 /* reset default */ +#define TXTL_DEFAULT 8 #define RXTL_DEFAULT 8 /* 8 characters or aging timer */ #define TXTL_DMA 8 /* DMA burst setting */ #define RXTL_DMA 9 /* DMA burst setting */ |