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

Commit 4d66cd7a authored by Mike Tipton's avatar Mike Tipton
Browse files

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

Unstub the DISP_CC node for Lahaina to replace dummy clocks with full
support.

Change-Id: I63389c1211b05b2bc56618451dbdd265e8ad7aa1
parent e8a3cae1
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -556,9 +556,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>;
	};