diff options
| author | Tom Rini <[email protected]> | 2026-04-09 16:34:38 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-09 16:34:38 -0600 |
| commit | e2fa3e570f83ab0f9ce667ddaec9dc738bcf05b9 (patch) | |
| tree | 14de6d1a620c15e7b5bf349787edda955ee42745 /drivers/serial | |
| parent | 2a1bcefce835b827bbf88a9e112d646c5c4af9c1 (diff) | |
| parent | 4a95a2a9e13ab05e4fc309f92bc33998d80afe01 (diff) | |
Assorted fixes and tweaks, HUSH parser, preboot env variable, SMC
command enablement, s_init and 32bit/64bit code clean up, DBSC and APMU
remoteproc clean ups, UFS dev_phys_to_bus() remap support and SCIF R-Car
Gen5 support.
Diffstat (limited to 'drivers/serial')
| -rw-r--r-- | drivers/serial/serial_sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial_sh.c b/drivers/serial/serial_sh.c index 7ab62e0e90b..bc205234e24 100644 --- a/drivers/serial/serial_sh.c +++ b/drivers/serial/serial_sh.c @@ -59,7 +59,7 @@ static void sh_serial_init_generic(struct uart_port *port) sci_out(port, SCSPTR, 0x0003); #endif -#if IS_ENABLED(CONFIG_RCAR_GEN2) || IS_ENABLED(CONFIG_RCAR_GEN3) || IS_ENABLED(CONFIG_RCAR_GEN4) +#if IS_ENABLED(CONFIG_RCAR_GEN2) || IS_ENABLED(CONFIG_RCAR_GEN3) || IS_ENABLED(CONFIG_RCAR_GEN4) || IS_ENABLED(CONFIG_RCAR_GEN5) if (port->type == PORT_HSCIF) sci_out(port, HSSRR, HSSRR_SRE | HSSRR_SRCYC8); #endif |
