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

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

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

Read efuse register and update the frequency table and fmax tables
for video iris clock source to 200MHz or 365MHz as per the fuse settings.

Change-Id: I436217e11e2c7aa8c054540638a7d9214a26ddda
parent b94aa7ff
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1058,8 +1058,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>;