commit | 59ea184ae453c9a38033feada6c0abb2aef17bb8 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Wed Dec 30 00:06:39 2020 +0100 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jan 12 10:58:04 2021 +0530 |
tree | cc41569719b49c8964fa5086ac4032d312c3f3d7 | |
parent | 571462e3ce7a2f13b49b7eeca9cd0c4c91d9f1e9 [diff] |
clk: ti: add support for clkctrl clocks Until now the clkctrl clocks have been enabled/disabled through platform routines. Thanks to this patch they can be enabled and configured directly by the probed devices that need to use them. For DT binding details see Linux doc: - Documentation/devicetree/bindings/clock/ti-clkctrl.txt Signed-off-by: Dario Binacchi <dariobin@libero.it>