summaryrefslogtreecommitdiff
path: root/bindings/clock/ti-clkctrl.txt
diff options
context:
space:
mode:
authorQC Publisher <qcpublisher@qti.qualcomm.com>2022-10-18 03:06:54 -0700
committerAndrei Ciubotariu <aciubotariu@google.com>2022-11-18 05:46:10 +0000
commit1773e9a97577956d68fd25747f197860169e4b73 (patch)
tree5b3c048cb47ffc09e4cad93f21a0e12353245f91 /bindings/clock/ti-clkctrl.txt
parent828d5762afddd2782cbcf32ea7c4165d4620d31e (diff)
downloaddevicetree-1773e9a97577956d68fd25747f197860169e4b73.tar.gz
Commit label r00005.1b - ES1 0.0.005.1b
TRACKING-ID:8cd85703-ff04-47aa-9967-c43e5c9f377d
Diffstat (limited to 'bindings/clock/ti-clkctrl.txt')
-rwxr-xr-xbindings/clock/ti-clkctrl.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/bindings/clock/ti-clkctrl.txt b/bindings/clock/ti-clkctrl.txt
index 48ee6991..18af6b94 100755
--- a/bindings/clock/ti-clkctrl.txt
+++ b/bindings/clock/ti-clkctrl.txt
@@ -16,18 +16,23 @@ For more information, please see the Linux clock framework binding at
Documentation/devicetree/bindings/clock/clock-bindings.txt.
Required properties :
-- compatible : shall be "ti,clkctrl"
+- compatible : shall be "ti,clkctrl" or a clock domain specific name:
+ "ti,clkctrl-l4-cfg"
+ "ti,clkctrl-l4-per"
+ "ti,clkctrl-l4-secure"
+ "ti,clkctrl-l4-wkup"
- #clock-cells : shall contain 2 with the first entry being the instance
offset from the clock domain base and the second being the
clock index
+- reg : clock registers
Example: Clock controller node on omap 4430:
&cm2 {
l4per: cm@1400 {
cm_l4per@0 {
- cm_l4per_clkctrl: clk@20 {
- compatible = "ti,clkctrl";
+ cm_l4per_clkctrl: clock@20 {
+ compatible = "ti,clkctrl-l4-per", "ti,clkctrl";
reg = <0x20 0x1b0>;
#clock-cells = <2>;
};