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

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

Merge "ARM: dts: msm: Add support to read efuse for video clock for LITO"

parents 73db964e 1ae3b7c3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1066,8 +1066,9 @@

	videocc: qcom,videocc@ab00000 {
		compatible = "qcom,lito-videocc", "syscon";
		reg = <0x0ab00000 0x10000>;
		reg-names = "cc_base";
		reg = <0x0ab00000 0x10000>,
			<0x786008 0x4>;
		reg-names = "cc_base", "efuse";
		vdd_cx-supply = <&VDD_CX_LEVEL>;
		clock-names = "cfg_ahb_clk";
		clocks = <&gcc GCC_VIDEO_AHB_CLK>;