commit | 58e1af972f4f8855561ec018e7a9c565d53c4639 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Wed Dec 30 00:06:36 2020 +0100 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jan 12 10:58:04 2021 +0530 |
tree | ba3d149c00b65d0cb4c3855c052da9e21d629597 | |
parent | ea45b8f28d0638e49ff361814ebe7e8bdd536a48 [diff] |
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>