
On 01/17/2018 02:52 AM, Chris Brandt wrote:
Add support for RZ/A1 series SoCs.
Signed-off-by: Chris Brandt chris.brandt@renesas.com
Applied, thanks !
btw. are you planning to do DT/DM conversion of the RZ/A1 ?
v2:
- Rebased against current tree
drivers/serial/serial_sh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/serial/serial_sh.h b/drivers/serial/serial_sh.h index 1b8d742f1c..1ea95509d7 100644 --- a/drivers/serial/serial_sh.h +++ b/drivers/serial/serial_sh.h @@ -226,7 +226,8 @@ struct uart_port { # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ #elif defined(CONFIG_R8A7790) || defined(CONFIG_R8A7791) || \ defined(CONFIG_R8A7792) || defined(CONFIG_R8A7793) || \
- defined(CONFIG_R8A7794) || defined(CONFIG_RCAR_GEN3)
- defined(CONFIG_R8A7794) || defined(CONFIG_RCAR_GEN3) || \
- defined(CONFIG_R7S72100)
# if defined(CONFIG_SCIF_A) # define SCIF_ORER 0x0200 # else