clk: ti: omap4: add clock manager driver
authorDario Binacchi <dariobin@libero.it>
Tue, 29 Dec 2020 23:16:18 +0000 (00:16 +0100)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 12 Jan 2021 05:28:04 +0000 (10:58 +0530)
commit06c94c2463fa4ce85f162851cac2112e9b5bdf9f
treef5a2198fd687286d65071d497f266332f7446471
parent215bd541b8bb71fa97b4dc158f7c533be23043ef
clk: ti: omap4: add clock manager driver

This minimal driver is only used to bind child devices.

For DT binding details see Linux doc:
- Documentation/devicetree/bindings/arm/omap/prcm.txt

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