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

Commit 1af4849d authored by Deepak Katragadda's avatar Deepak Katragadda Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update and enable the clock_gcc node on SDM855



Update the device tree node for clock_gcc and enable the
peripheral clock driver on SDM855.

Change-Id: I35c94116d2117503e3fcb70bf4a4701fd2068d74
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent bdc8a1d4
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -505,8 +505,11 @@
	};
	};


	clock_gcc: qcom,gcc {
	clock_gcc: qcom,gcc {
		compatible = "qcom,dummycc";
		compatible = "qcom,gcc-sdm855";
		clock-output-names = "gcc_clocks";
		reg = <0x100000 0x1f0000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&pm855l_s6_level>;
		vdd_cx_ao-supply = <&pm855l_s6_level_ao>;
		#clock-cells = <1>;
		#clock-cells = <1>;
		#reset-cells = <1>;
		#reset-cells = <1>;
	};
	};