commit | b96e897b7d558cecc6099ec83b6fa7c88b9e3679 | [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 | d28415717f2fa6822f086a0984fd77a3d1389a68 [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>