Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 277e1e73 authored by David Collins's avatar David Collins Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update and enable clock_videocc device for SDM855



Update the device tree node for clock_videocc to specify a real
address and compatible string instead of dummycc.  This ensures
that consumer requests modify clock hardware state.

Change-Id: I039c08d77f51e3056fd5ccd9c24da6b5c37dd379
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 26254f4e
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -532,9 +532,11 @@
		#reset-cells = <1>;
	};

	clock_videocc: qcom,videocc {
		compatible = "qcom,dummycc";
		clock-output-names = "videocc_clocks";
	clock_videocc: qcom,videocc@ab00000 {
		compatible = "qcom,videocc-sdm855";
		reg = <0xab00000 0x10000>;
		reg-names = "cc_base";
		vdd_mm-supply = <&pm855l_s5_level>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};