diff options
| author | Hai Pham <[email protected]> | 2023-02-28 22:29:18 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2023-04-07 17:13:28 +0200 |
| commit | 3bf63fbd5d9a9a9694f3be184cbdb9c62413c52d (patch) | |
| tree | b8410b11b5df9f87cfdf7587b3be4ac75fb6ed7f | |
| parent | c2fbaaf3dc1f68ac21fb09a8be93f15e6ddf8633 (diff) | |
serial: sh: Add R-Car Gen4 support
Add R-Car Gen4 family support. The basic function is as same as previous
R-Car Generation.
Reviewed-by: Marek Vasut <[email protected]>
Signed-off-by: Hai Pham <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
[Marek: Swap RZ/A1 and Gen4 to keep the GenN sequence, use RCAR_64]
| -rw-r--r-- | drivers/serial/serial_sh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial_sh.h b/drivers/serial/serial_sh.h index eb8523dde55..128b0776dac 100644 --- a/drivers/serial/serial_sh.h +++ b/drivers/serial/serial_sh.h @@ -89,7 +89,7 @@ struct uart_port { # define SCSPTR7 0xe800a820 /* 16 bit SCIF */ # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ # define SCIF_ORER 0x0001 /* overrun error bit */ -#elif defined(CONFIG_RCAR_GEN2) || defined(CONFIG_RCAR_GEN3) || \ +#elif defined(CONFIG_RCAR_GEN2) || defined(CONFIG_RCAR_64) || \ defined(CONFIG_R7S72100) # if defined(CFG_SCIF_A) # define SCIF_ORER 0x0200 |
