[PATCH] clk: renesas: Isolate R-Car Gen3 driver to Gen3, Gen4 and RZ/G2L
    Marek Vasut 
    marek.vasut+renesas at mailbox.org
       
    Mon Oct 27 17:33:29 CET 2025
    
    
  
Isolate Renesas R-Car Gen3 clock driver to R-Car Gen3 and Gen4 and RZ/G2L.
The Renesas R-Car Gen5 uses SCMI clock protocol driver instead. This is
a preparatory change for R-Car Gen5. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Cc: Sean Anderson <seanga2 at gmail.com>
Cc: Tom Rini <trini at konsulko.com>
Cc: u-boot at lists.denx.de
---
 drivers/clk/renesas/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig
index 12966d02a22..51c87cc3606 100644
--- a/drivers/clk/renesas/Kconfig
+++ b/drivers/clk/renesas/Kconfig
@@ -51,8 +51,8 @@ config CLK_R8A7794
 	  Enable this to support the clocks on Renesas R8A7794 SoC.
 
 config CLK_RCAR_GEN3
-	bool "Renesas R-Car Gen3 and Gen4 clock driver"
-	def_bool y if RCAR_64
+	bool "Renesas R-Car Gen3, Gen4, RZ/G2L clock driver"
+	def_bool y if RCAR_GEN3 || RCAR_GEN4 || RZG2L
 	depends on CLK_RENESAS
 	select CLK_RCAR
 	select CLK_RCAR_CPG_LIB
-- 
2.51.0
    
    
More information about the U-Boot
mailing list