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]> --- Cc: Clément Le Goffic <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Cc: Hai Pham <[email protected]> Cc: Khanh Le <[email protected]> Cc: Neil Armstrong <[email protected]> Cc: Nobuhiro Iwamatsu <[email protected]> Cc: Peng Fan <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] --- 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

