]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit64a7fa40fa744b015c900410f542e5493513b37d
treecc41569719b49c8964fa5086ac4032d312c3f3d7
parent13a4109805e0cd7f7fda59b63cf1c53ed0ef9715
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]