Commit 215d103f authored by Benoit Parrot's avatar Benoit Parrot Committed by Tony Lindgren
Browse files

ARM: dts: dra7: add cam clkctrl node



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: default avatarBenoit Parrot <bparrot@ti.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6c309052
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1720,6 +1720,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>;