summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2026-05-08 01:23:31 +0200
committerMarek Vasut <[email protected]>2026-05-21 21:48:05 +0200
commit2d0ec0891b98fe101c1752ad6b134fc60d7c0b33 (patch)
treee90d5728acbdcf61b4b87b2cf3ccf0cc0514775b
parent53297db126755b40cea62548cb1c1047d15cdd7a (diff)
arm64: renesas: Select R-Car Gen5 R8A78000 X5H MDLC power domain and reset driver
Select the R8A78000 power domain and reset driver on R-Car Gen5 X5H SoC by default. The power domain and reset driver is used to remap DT power domain and reset IDs to SCMI power domain and reset 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 a9a9137f5be..fcca3811241 100644
--- a/arch/arm/mach-renesas/Kconfig.rcar5
+++ b/arch/arm/mach-renesas/Kconfig.rcar5
@@ -15,6 +15,7 @@ config R8A78000
select GICV3
imply CLK_R8A78000
imply PINCTRL_PFC_R8A78000
+ imply RENESAS_R8A78000_POWER_DOMAIN
endmenu