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

Commit 94fc8e1a authored by Shiju Mathew's avatar Shiju Mathew
Browse files

ARM: dts: msm: Update BCL Ibat thresholds on MSM8994



Update BCL Ibat thresholds to reduce BCL threshold
interrupts triggering too often. This will minimize
contention between thermal and BCL mitigation which
eventually leads to thermal runaway.

Change-Id: I61b9f5c976056520b04c82b0c8b428201da357cc
Signed-off-by: default avatarShiju Mathew <shijum@codeaurora.org>
parent 6a8a77bd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -3172,8 +3172,8 @@
		qcom,bcl-hotplug-list = <&CPU6 &CPU7>;
		qcom,bcl-soc-hotplug-list = <&CPU4 &CPU5 &CPU6 &CPU7>;
		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 = <3500000>;
			qcom,vph-low-threshold-uv = <3300000>;