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

Commit 44a474d6 authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

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



Update the device tree node for clock_dispcc to move from using
dummy clocks to actually programming the clock registers as per
client requests.

Change-Id: I3cdedc713d43b0ab520a5520da8107e952b8f2fb
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent df81fa02
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -631,8 +631,10 @@
	};

	clock_dispcc: qcom,dispcc {
		compatible = "qcom,dummycc";
		clock-output-names = "dispcc_clocks";
		compatible = "qcom,dispcc-sdm855";
		reg = <0xaf00000 0x20000>;
		reg-names = "cc_base";
		vdd_mm-supply = <&pm855l_s5_level>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};
@@ -646,7 +648,7 @@
		#reset-cells = <1>;
	};

	clock_gpucc: qcom,dispcc {
	clock_gpucc: qcom,gpucc {
		compatible = "qcom,dummycc";
		clock-output-names = "gpucc_clocks";
		#clock-cells = <1>;