[PATCH 4/6] arm64: renesas: Select R-Car Gen5 R8A78000 X5H MDLC power domain and reset driver
Marek Vasut
marek.vasut+renesas at mailbox.org
Fri May 8 01:23:31 CEST 2026
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 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 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
--
2.53.0
More information about the U-Boot
mailing list