]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: renesas: Select R-Car Gen5 R8A78000 X5H MDLC power domain and reset driver
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 7 May 2026 23:23:31 +0000 (01:23 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 21 May 2026 19:48:05 +0000 (21:48 +0200)
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 <marek.vasut+renesas@mailbox.org>
arch/arm/mach-renesas/Kconfig.rcar5

index a9a9137f5be0fc274714c90d03271bd93fc9fe7e..fcca3811241a488940a727e2f8c3b8c2fe99f35b 100644 (file)
@@ -15,6 +15,7 @@ config R8A78000
        select GICV3
        imply CLK_R8A78000
        imply PINCTRL_PFC_R8A78000
+       imply RENESAS_R8A78000_POWER_DOMAIN
 
 endmenu