commit | ea45b8f28d0638e49ff361814ebe7e8bdd536a48 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Wed Dec 30 00:06:35 2020 +0100 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jan 12 10:58:04 2021 +0530 |
tree | bd9a5149be9464557a75e115c41a2356d8b607cf | |
parent | 756d64e43e20be558e6e49f2ccee2f747feb4a4d [diff] |
clk: ti: add divider clock driver The patch adds support for TI divider clock binding. The driver uses routines provided by the common clock framework (ccf). The code is based on the drivers/clk/ti/divider.c driver of the Linux kernel version 5.9-rc7. For DT binding details see: - Documentation/devicetree/bindings/clock/ti/divider.txt Signed-off-by: Dario Binacchi <dariobin@libero.it>