]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: dra7: add cam clkctrl node
authorBenoit Parrot <bparrot@ti.com>
Wed, 11 Dec 2019 14:05:50 +0000 (08:05 -0600)
committerTony Lindgren <tony@atomide.com>
Thu, 23 Jan 2020 17:12:47 +0000 (09:12 -0800)
Add clkctrl nodes for CAM domain.

Note that because of the current dts node name dependency for mapping to
clock domain, we must still use "cam-clkctrl@" naming instead of generic
"clock@" naming for the node. And because of this, it's probably best to
apply the dts node addition together along with the other clock changes.

Signed-off-by: Benoit Parrot <bparrot@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7xx-clocks.dtsi

index ccf0fd477cf94acc81d5de3b7df3970db218b47a..8eb31b83ed432228b9b4b1480bd5062fb65f247e 100644 (file)
@@ -1720,6 +1720,20 @@ l3instr_clkctrl: l3instr-clkctrl@20 {
                };
        };
 
+       cam_cm: cam-cm@1000 {
+               compatible = "ti,omap4-cm";
+               reg = <0x1000 0x100>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0 0x1000 0x100>;
+
+               cam_clkctrl: cam-clkctrl@20 {
+                       compatible = "ti,clkctrl";
+                       reg = <0x20 0x2c>;
+                       #clock-cells = <2>;
+               };
+       };
+
        dss_cm: dss-cm@1100 {
                compatible = "ti,omap4-cm";
                reg = <0x1100 0x100>;