diff options
author | Paul Barker <paul.barker.ct@bp.renesas.com> | 2024-11-19 19:36:26 +0000 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-12-08 23:06:52 +0100 |
commit | 9a699a0a0d62b326d04ac248578b6ce6f53be525 (patch) | |
tree | 891bc833a5124624388b6e4868af6f2d2078d01a /drivers/ddr/imx/phy/ddrphy_utils.c | |
parent | 45f05f681224d88d1b170063001b59edc8fc24cf (diff) |
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>
Diffstat (limited to 'drivers/ddr/imx/phy/ddrphy_utils.c')
0 files changed, 0 insertions, 0 deletions