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

Commit 5a4a766b authored by Amit Nischal's avatar Amit Nischal
Browse files

ARM: dts: msm: Add support for gcc clock efuse for MSM8953



Add efuse register to be read to identify the bin and update the max
frequency for venus clock.

Change-Id: Id942981076e3a243a74696444f2b12862a600379
Signed-off-by: default avatarAmit Nischal <anischal@codeaurora.org>
parent 0fda0080
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -52,10 +52,3 @@
&secure_mem {
	status = "disabled";
};

&clock_gcc {
	compatible = "qcom,gcc-8953";
	reg = <0x1800000 0x80000>,
	    <0x00a4124  0x08>;
	reg-names = "cc_base", "efuse";
};
+3 −2
Original line number Diff line number Diff line
@@ -867,8 +867,9 @@

	clock_gcc: qcom,gcc@1800000 {
		compatible = "qcom,gcc-8953";
		reg = <0x1800000 0x80000>;
		reg-names = "cc_base";
		reg = <0x1800000 0x80000>,
			<0x00a4124 0x08>;
		reg-names = "cc_base", "efuse";
		vdd_dig-supply = <&pm8953_s2_level>;
		#clock-cells = <1>;
	};