summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2026-05-08 01:23:29 +0200
committerMarek Vasut <[email protected]>2026-05-21 21:48:05 +0200
commit567a4cdd14e0b07e9c715d1c52f586c6df164fa6 (patch)
tree4e68bd520afea74101480057a3029c7c06770249
parent24039ffefbc1d2a0848af216f655af416ede79b5 (diff)
arm64: renesas: Select R-Car Gen5 R8A78000 X5H CPG clock driver
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 <[email protected]>
-rw-r--r--arch/arm/mach-renesas/Kconfig.rcar51
1 files changed, 1 insertions, 0 deletions
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