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

Commit 95d4ba0d authored by Taniya's avatar Taniya Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add support for DISPCC for lagoon

Update the display clock node with the required properties.

Change-Id: If80fd18e6295919a762e29de3c72662404b88d32
parent df2b2496
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1468,8 +1468,10 @@
	};

	dispcc: qcom,dispcc@af00000 {
		compatible = "qcom,dummycc";
		clock-output-names = "dispcc_clocks";
		compatible = "qcom,lagoon-dispcc", "syscon";
		reg = <0xaf00000 0x20000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&VDD_CX_LEVEL>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};