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

Commit 9816bc12 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Unstub the DISP_CC node for Lahaina"

parents 66d98438 4d66cd7a
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -569,9 +569,13 @@
		#reset-cells = <1>;
	};

	clock_dispcc: qcom,dispcc {
		compatible = "qcom,dummycc";
		clock-output-names = "dispcc_clocks";
	clock_dispcc: qcom,dispcc@af00000 {
		compatible = "qcom,lahaina-dispcc", "syscon";
		reg = <0xaf00000 0x20000>;
		reg-name = "cc_base";
		vdd_mm-supply = <&VDD_MM_LEVEL>;
		clock-names = "cfg_ahb_clk";
		clocks = <&clock_gcc GCC_DISP_AHB_CLK>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};