[U-Boot] [PATCH] serial: sh: Add support for R7S72100 (RZ/A1)
Chris Brandt
chris.brandt at renesas.com
Mon Nov 27 14:46:10 UTC 2017
Add support for RZ/A1 series SoCs.
Signed-off-by: Chris Brandt <chris.brandt at 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
More information about the U-Boot
mailing list