]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: renesas: Select R-Car Gen5 R8A78000 X5H CPG clock driver
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 7 May 2026 23:23:29 +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 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 <marek.vasut+renesas@mailbox.org>
arch/arm/mach-renesas/Kconfig.rcar5

index 0e0e43c08e430f07f3dff74b3f3bae9c196fdc1a..a9a9137f5be0fc274714c90d03271bd93fc9fe7e 100644 (file)
@@ -13,6 +13,7 @@ menu "Select Target SoC"
 config R8A78000
        bool "Renesas SoC R8A78000"
        select GICV3
+       imply CLK_R8A78000
        imply PINCTRL_PFC_R8A78000
 
 endmenu