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

Commit 6905583c authored by Shiju Mathew's avatar Shiju Mathew Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update BCL Ibat and Vbat thresholds on MSM8992



Update BCL Ibat and Vbat thresholds on MSM8992 based
on recommendation.

Change-Id: I3ffc0d27f0c629a3de51bde47bae0605db0ebc94
Signed-off-by: default avatarShiju Mathew <shijum@codeaurora.org>
parent 6dd43dee
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2614,11 +2614,11 @@
		qcom,bcl-freq-control-list = <&CPU4 &CPU5>;
		qcom,bcl-soc-hotplug-list = <&CPU4 &CPU5>;
		qcom,ibat-monitor {
			qcom,low-threshold-uamp = <2000000>;
			qcom,high-threshold-uamp = <3500000>;
			qcom,low-threshold-uamp = <3400000>;
			qcom,high-threshold-uamp = <4200000>;
			qcom,mitigation-freq-khz = <768000>;
			qcom,vph-high-threshold-uv = <3900000>;
			qcom,vph-low-threshold-uv = <3600000>;
			qcom,vph-high-threshold-uv = <3500000>;
			qcom,vph-low-threshold-uv = <3300000>;
			qcom,soc-low-threshold = <10>;
			qcom,thermal-handle = <&msm_thermal_freq>;
		};