]> git.baikalelectronics.ru Git - uboot.git/commit
clk: ti: add gate clock driver
authorDario Binacchi <dariobin@libero.it>
Tue, 29 Dec 2020 23:06:36 +0000 (00:06 +0100)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 12 Jan 2021 05:28:04 +0000 (10:58 +0530)
commit3b1cdd5c892620efae43979b5dd8931ba9db5969
treeba3d149c00b65d0cb4c3855c052da9e21d629597
parentfa0a50dd73b42c9e2506263bd2aab5212b50c8be
clk: ti: add gate clock driver

The patch adds support for TI gate clock binding. The code is based on
the drivers/clk/ti/gate.c driver of the Linux kernel version 5.9-rc7.
For DT binding details see:
- Documentation/devicetree/bindings/clock/ti/gate.txt

Signed-off-by: Dario Binacchi <dariobin@libero.it>
drivers/clk/ti/Kconfig
drivers/clk/ti/Makefile
drivers/clk/ti/clk-gate.c [new file with mode: 0644]