commit | 1ec39e1e5bb8b7e072f3221ee38ff791fa6127eb | [log] [tgz] |
---|---|---|
author | Paul Barker <paul.barker.ct@bp.renesas.com> | Tue Mar 04 19:44:35 2025 +0000 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Mar 11 23:06:18 2025 +0100 |
tree | 01af4f4cf6d3a831cff81b6099d610c3ffc77796 | |
parent | 1de70d5d134ead1cddbe970d048397433da1002c [diff] |
clk: rzg2l: Ignore disable for core clocks Following on from commit 9a699a0a0d62 ("clk: rzg2l: Ignore enable for core clocks"), we also need to ignore attempts to disable core clocks to avoid the need for conditionals around clk_disable_bulk() calls in drivers which support both RZ/G2L and other Renesas SoCs. Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com> Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>