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

Commit d05f59d5 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: msm: Update emergency mitigation threshold for MSM8916



Update emergency mitigation threshold from 110C to 82C for MSM8916
based on recent calibration.

Change-Id: I07f616bb3b77d811f0ecc9707fb57ccc3210ef8a
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent bba41e29
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1563,13 +1563,13 @@
		qcom,core-limit-temp = <80>;
		qcom,core-temp-hysteresis = <10>;
		qcom,core-control-mask = <0xe>;
		qcom,hotplug-temp = <110>;
		qcom,hotplug-temp-hysteresis = <20>;
		qcom,hotplug-temp = <82>;
		qcom,hotplug-temp-hysteresis = <15>;
		qcom,cpu-sensors = "tsens_tz_sensor5", "tsens_tz_sensor5",
				"tsens_tz_sensor4", "tsens_tz_sensor4";
		qcom,freq-mitigation-temp = <110>;
		qcom,freq-mitigation-temp-hysteresis = <20>;
		qcom,freq-mitigation-value = <960000>;
		qcom,freq-mitigation-temp = <82>;
		qcom,freq-mitigation-temp-hysteresis = <10>;
		qcom,freq-mitigation-value = <400000>;
		qcom,freq-mitigation-control-mask = <0x01>;
		qcom,vdd-restriction-temp = <5>;
		qcom,vdd-restriction-temp-hysteresis = <10>;