serial: sh: Drop RTS7751R2D support
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Tue, 7 May 2019 20:27:32 +0000 (22:27 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 10 May 2019 20:43:18 +0000 (22:43 +0200)
There is no RTS7751R2D support in U-Boot, drop all the RTS7751R2D macros.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Chris Brandt <chris.brandt@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Vladimir Zapolskiy <vz@mleia.com>
Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>
drivers/serial/serial_sh.h

index f78d24874c9e9fd6c8341e355bdadc5bb2fdc2e0..7187e6ee034f4e85320709a8453401378462befe 100644 (file)
@@ -43,11 +43,6 @@ struct uart_port {
 # define PORT_PTCR        0xA405011EUL
 # define PORT_PVCR        0xA4050122UL
 # define SCIF_ORER        0x0200   /* overrun error bit */
-#elif defined(CONFIG_SH_RTS7751R2D)
-# define SCSPTR1 0xFFE0001C /* 8 bit SCIF */
-# define SCSPTR2 0xFFE80020 /* 16 bit SCIF */
-# define SCIF_ORER 0x0001   /* overrun error bit */
-# define SCSCR_INIT(port) 0x3a /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
 #elif defined(CONFIG_CPU_SH7750)  || \
        defined(CONFIG_CPU_SH7750R) || \
        defined(CONFIG_CPU_SH7750S) || \