]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
serial: sh: Add support for R7S72100 (RZ/A1)
authorChris Brandt <chris.brandt@renesas.com>
Wed, 17 Jan 2018 01:52:18 +0000 (20:52 -0500)
committerMarek Vasut <marex@denx.de>
Wed, 24 Jan 2018 22:27:21 +0000 (23:27 +0100)
Add support for RZ/A1 series SoCs.

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
drivers/serial/serial_sh.h

index 229e331d7288d69104e7f46e2805060ca1f80d18..deb4b647c6f0a9a5352dd5e5b248801461de26a9 100644 (file)
@@ -224,7 +224,8 @@ struct uart_port {
 # define SCSPTR3 0xffc60020            /* 16 bit SCIF */
 # define SCIF_ORER 0x0001              /* Overrun error bit */
 # define SCSCR_INIT(port)      0x38    /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
-#elif defined(CONFIG_RCAR_GEN2) || defined(CONFIG_RCAR_GEN3)
+#elif defined(CONFIG_RCAR_GEN2) || defined(CONFIG_RCAR_GEN3) || \
+      defined(CONFIG_R7S72100)
 # if defined(CONFIG_SCIF_A)
 #  define SCIF_ORER    0x0200
 # else