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

Commit d738ee3f 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_dispcc node on SDM845



Update the DT node for clock_dispcc and enable the display
clock driver probe.

Change-Id: I95264cbb4f919b0e9f6179325332b16c93fa0fea
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent e0b03c54
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -529,9 +529,11 @@
		#reset-cells = <1>;
	};

	clock_dispcc: qcom,dispcc {
		compatible = "qcom,dummycc";
		clock-output-names = "dispcc_clocks";
	clock_dispcc: qcom,dispcc@af00000 {
		compatible = "qcom,dispcc-sdm845";
		reg = <0xaf00000 0x100000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&pm8998_s9_level>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};