[U-Boot] [PATCH] serial: sh: Add support for R7S72100 (RZ/A1)

Add support for RZ/A1 series SoCs.
Signed-off-by: Chris Brandt chris.brandt@renesas.com --- drivers/serial/serial_sh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/serial/serial_sh.h b/drivers/serial/serial_sh.h index 4d27122243..365d944b62 100644 --- a/drivers/serial/serial_sh.h +++ b/drivers/serial/serial_sh.h @@ -227,7 +227,7 @@ struct uart_port { #elif defined(CONFIG_R8A7790) || defined(CONFIG_R8A7791) || \ defined(CONFIG_R8A7792) || defined(CONFIG_R8A7793) || \ defined(CONFIG_R8A7794) || defined(CONFIG_R8A7795) || \ - defined(CONFIG_R8A7796) + defined(CONFIG_R8A7796) || defined(CONFIG_R7S72100) # if defined(CONFIG_SCIF_A) # define SCIF_ORER 0x0200 # else

On Monday, November 27, 2017, Chris Brandt wrote:
Add support for RZ/A1 series SoCs.
Signed-off-by: Chris Brandt chris.brandt@renesas.com
drivers/serial/serial_sh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/serial/serial_sh.h b/drivers/serial/serial_sh.h index 4d27122243..365d944b62 100644 --- a/drivers/serial/serial_sh.h +++ b/drivers/serial/serial_sh.h @@ -227,7 +227,7 @@ struct uart_port { #elif defined(CONFIG_R8A7790) || defined(CONFIG_R8A7791) || \ defined(CONFIG_R8A7792) || defined(CONFIG_R8A7793) || \ defined(CONFIG_R8A7794) || defined(CONFIG_R8A7795) || \
- defined(CONFIG_R8A7796)
- defined(CONFIG_R8A7796) || defined(CONFIG_R7S72100)
# if defined(CONFIG_SCIF_A) # define SCIF_ORER 0x0200
# else
2.14.1
What ever happened to this patch? It is just a simple change.
Thank you, Chris
participants (2)
-
Chris Brandt
-
Chris Brandt