clk: ti: add support for clkctrl clocks
authorDario Binacchi <dariobin@libero.it>
Tue, 29 Dec 2020 23:06:39 +0000 (00:06 +0100)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 12 Jan 2021 05:28:04 +0000 (10:58 +0530)
commit215bd541b8bb71fa97b4dc158f7c533be23043ef
treecc41569719b49c8964fa5086ac4032d312c3f3d7
parentbc34f0ba83fa28cef9fed045d7296dcae7861aed
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>
drivers/clk/ti/Kconfig
drivers/clk/ti/Makefile
drivers/clk/ti/clk-ctrl.c [new file with mode: 0644]