1
0
Fork 0
mirror of https://github.com/u-boot/u-boot.git synced 2025-04-23 05:08:24 +00:00
u-boot/drivers/clk/renesas
Paul Barker 9a699a0a0d clk: rzg2l: Ignore enable for core clocks
In the RZ/G2L family, core clocks are always on and can't be disabled.
However, drivers which are shared with other SoCs may call clk_enable()
or clk_enable_bulk() for a clock referenced in the device tree which
happens to be a core clock on the RZ/G2L. To avoid the need for
conditionals in these drivers, simply ignore attempts to enable a core
clock.

Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
2024-12-08 23:06:52 +01:00
..
clk-rcar-gen2.c clk: renesas: Fix broken clocks on all Gen2 boards 2024-02-17 22:38:18 +01:00
clk-rcar-gen3.c clk: renesas: Fix missing unbind on driver look up failure 2024-11-03 12:25:57 +01:00
Kconfig ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS 2024-03-02 14:29:36 -05:00
Makefile clk: renesas: Add R8A779H0 V4M clock tables 2024-02-10 17:08:06 +01:00
r8a774a1-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r8a774b1-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r8a774c0-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r8a774e1-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r8a779a0-cpg-mssr.c clk: renesas: Synchronize R-Car R8A779A0 V3U clock tables with Linux 6.10.9 2024-10-13 23:21:26 +02:00
r8a779f0-cpg-mssr.c clk: renesas: Synchronize R-Car R8A779F0 S4 clock tables with Linux 6.10.9 2024-10-13 23:21:26 +02:00
r8a779g0-cpg-mssr.c clk: renesas: Synchronize R-Car R8A779G0 V4H clock tables with Linux 6.10.9 2024-10-13 23:21:26 +02:00
r8a779h0-cpg-mssr.c clk: renesas: Synchronize R-Car R8A779H0 V4M clock tables with Linux 6.10.9 2024-10-13 23:21:26 +02:00
r8a7790-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r8a7791-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r8a7792-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r8a7794-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r8a7795-cpg-mssr.c clk: renesas: Synchronize R-Car R8A77951 H3 clock tables with Linux 6.9.3 2024-07-06 14:47:13 +02:00
r8a7796-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r8a77965-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r8a77970-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r8a77980-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r8a77990-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r8a77995-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r9a06g032-clocks.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
r9a07g044-cpg.c clk: rzg2l: Drop <common.h> 2023-11-02 11:30:18 +01:00
rcar-cpg-lib.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
rcar-cpg-lib.h clk: renesas: rcar-gen3: Factor out CPG library 2023-02-02 01:49:20 +01:00
rcar-gen2-cpg.h clk: renesas: Make reset controller modemr register offset configurable 2021-05-21 15:00:17 +02:00
rcar-gen3-cpg.h clk: renesas: Implement R8A779H0 V4M PLL7 support 2024-02-10 17:08:06 +01:00
renesas-cpg-mssr.c clk: renesas: Drop include common.h 2024-01-27 20:16:39 +01:00
renesas-cpg-mssr.h clk: renesas: Update R-Car Gen3 driver Gen4 support 2023-04-07 17:13:28 +02:00
rzg2l-cpg.c clk: rzg2l: Ignore enable for core clocks 2024-12-08 23:06:52 +01:00
rzg2l-cpg.h clk: renesas: Add RZ/G2L & RZ/G2LC CPG driver 2023-10-16 15:46:18 +02:00