summaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
diff options
context:
space:
mode:
authorPaul Barker <[email protected]>2024-11-19 19:36:26 +0000
committerMarek Vasut <[email protected]>2024-12-08 23:06:52 +0100
commit9a699a0a0d62b326d04ac248578b6ce6f53be525 (patch)
tree891bc833a5124624388b6e4868af6f2d2078d01a /include/linux/kernel.h
parent45f05f681224d88d1b170063001b59edc8fc24cf (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 <[email protected]> Reviewed-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions