mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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 <marek.vasut+renesas@mailbox.org> Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> [Marek: Swap RZ/A1 and Gen4 to keep the GenN sequence, use RCAR_64]
This commit is contained in:
parent
c2fbaaf3dc
commit
3bf63fbd5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue