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

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

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

parents 0ece7b59 a800c363
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -550,9 +550,14 @@
		#reset-cells = <1>;
	};

	clock_videocc: qcom,videocc {
		compatible = "qcom,dummycc";
		clock-output-names = "videocc_clocks";
	clock_videocc: qcom,videocc@abf0000 {
		compatible = "qcom,lahaina-videocc", "syscon";
		reg = <0xabf0000 0x10000>;
		reg-name = "cc_base";
		vdd_mm-supply = <&VDD_MM_LEVEL>;
		vdd_mx-supply = <&VDD_MXA_LEVEL>;
		clock-names = "cfg_ahb_clk";
		clocks = <&clock_gcc GCC_VIDEO_AHB_CLK>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};