[PATCH 2/6] arm64: renesas: Select R-Car Gen5 R8A78000 X5H CPG clock driver

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


Select the R8A78000 clock driver on R-Car Gen5 X5H SoC by default.
The clock driver is used to remap DT clock IDs to SCMI clock IDs,
which is necessary to support multiple SCP firmware versions with
varying SCMI clock IDs across versions.

Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
Cc: Clément Le Goffic <clegoffic at baylibre.com>
Cc: Geert Uytterhoeven <geert+renesas at glider.be>
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
---
 arch/arm/mach-renesas/Kconfig.rcar5 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-renesas/Kconfig.rcar5 b/arch/arm/mach-renesas/Kconfig.rcar5
index 0e0e43c08e4..a9a9137f5be 100644
--- a/arch/arm/mach-renesas/Kconfig.rcar5
+++ b/arch/arm/mach-renesas/Kconfig.rcar5
@@ -13,6 +13,7 @@ menu "Select Target SoC"
 config R8A78000
 	bool "Renesas SoC R8A78000"
 	select GICV3
+	imply CLK_R8A78000
 	imply PINCTRL_PFC_R8A78000
 
 endmenu
-- 
2.53.0



More information about the U-Boot mailing list