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]>
---
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 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
-- 
2.53.0

Reply via email to