The R-Car Gen5 R8A78000 X5H uses HSCIF as default serial console
interface. Select CFG_HSCIF to make debug UART code also configure
serial console interface as HSCIF instead of SCIF in case the
CONFIG_DEBUG_UART would be enabled.

Signed-off-by: Marek Vasut <[email protected]>
---
Cc: Hai Pham <[email protected]>
Cc: Khanh Le <[email protected]>
Cc: Neil Armstrong <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: [email protected]
---
 include/configs/rcar-gen5-common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/rcar-gen5-common.h 
b/include/configs/rcar-gen5-common.h
index 9edc37cba8b..4fbe8994f62 100644
--- a/include/configs/rcar-gen5-common.h
+++ b/include/configs/rcar-gen5-common.h
@@ -10,6 +10,7 @@
 
 /* Console */
 #define CFG_SYS_BAUDRATE_TABLE         { 38400, 115200, 921600, 1843200, 
3250000 }
+#define CFG_HSCIF
 
 /* Memory */
 #define DRAM_RSV_SIZE                  0x20600000
-- 
2.53.0

Reply via email to