[PATCH] arm64: renesas: Select HSCIF for DEBUG UART on R-Car Gen5 R8A78000 X5H

Marek Vasut marek.vasut+renesas at mailbox.org
Fri May 8 00:56:29 CEST 2026


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 <marek.vasut+renesas at mailbox.org>
---
Cc: Hai Pham <hai.pham.ud at renesas.com>
Cc: Khanh Le <khanh.le.xr at renesas.com>
Cc: Neil Armstrong <neil.armstrong at linaro.org>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Cc: Peng Fan <peng.fan at nxp.com>
Cc: Tom Rini <trini at konsulko.com>
Cc: u-boot at lists.denx.de
---
 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



More information about the U-Boot mailing list