Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

serial: sh-sci: Update rx_trigger size for RZ/T2H RSCI

The RZ/T2H RSCI has 16-stage FIFO. Like other SoCs, set the default
rx_trigger as the fifosize.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Tested-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://patch.msgid.link/20251129164325.209213-3-biju.das.jz@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Biju Das and committed by
Greg Kroah-Hartman
3a3ab102 0774c43c

+1 -1
+1 -1
drivers/tty/serial/sh-sci.c
··· 3330 3330 sci_port->rx_trigger = 8; 3331 3331 break; 3332 3332 case SCI_PORT_RSCI: 3333 - sci_port->rx_trigger = 15; 3333 + sci_port->rx_trigger = 16; 3334 3334 break; 3335 3335 default: 3336 3336 sci_port->rx_trigger = 1;