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)
commit58e1af972f4f8855561ec018e7a9c565d53c4639
treeba3d149c00b65d0cb4c3855c052da9e21d629597
parentea45b8f28d0638e49ff361814ebe7e8bdd536a48
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]