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

Commit 057809a3 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add vdd restriction support for MSM8909



Enable the vdd restriction feature for VDD_DIG when low temperature
condition happens on MSM8909. Specify the low temperature thresholds
and add the voltage rail information.

Change-Id: I2d9493ac157bdaa3801a3cf926990dcc4bba1afe
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent b67c33b9
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -424,6 +424,15 @@
		qcom,freq-mitigation-control-mask = <0x01>;
		qcom,online-hotplug-core;
		qcom,therm-reset-temp = <115>;
		qcom,vdd-restriction-temp = <5>;
		qcom,vdd-restriction-temp-hysteresis = <10>;
		vdd-dig-supply = <&pm8909_s1_floor_corner>;

		qcom,vdd-dig-rstr{
			qcom,vdd-rstr-reg = "vdd-dig";
			qcom,levels = <5 7 7>; /* Nominal, Super Turbo, Super Turbo */
			qcom,min-level = <1>; /* No Request */
		};
	};

	qcom,ipc-spinlock@1905000 {