Re: [PATCH 01/14] clk: rzg2l: Ignore enable for core clocks

2024-10-27 Thread Marek Vasut
On 10/24/24 5:24 PM, Paul Barker wrote: 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

[PATCH 01/14] clk: rzg2l: Ignore enable for core clocks

2024-10-24 Thread Paul Barker
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 d