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

Commit fe4fb850 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

ARM: dts: msm: Update BCL thresholds for MSM8994



Update the BCL current thresholds, voltage thresholds,
frequency mitigation value and the hotplug configuration
as per the latest recommendation.

Change-Id: I57edef2a8fd318af4331d11614ee180ea73b0689
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent b0bee1fe
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2995,13 +2995,13 @@
		compatible = "qcom,bcl";
		qcom,bcl-enable;
		qcom,bcl-framework-interface;
		qcom,bcl-hotplug-list = <&CPU4 &CPU5 &CPU6 &CPU7>;
		qcom,bcl-hotplug-list = <&CPU6 &CPU7>;
		qcom,ibat-monitor {
			qcom,low-threshold-uamp = <1500000>;
			qcom,low-threshold-uamp = <2000000>;
			qcom,high-threshold-uamp = <3500000>;
			qcom,mitigation-freq-khz = <384000>;
			qcom,vph-high-threshold-uv = <3800000>;
			qcom,vph-low-threshold-uv = <3500000>;
			qcom,mitigation-freq-khz = <768000>;
			qcom,vph-high-threshold-uv = <3900000>;
			qcom,vph-low-threshold-uv = <3600000>;
			qcom,thermal-handle = <&msm_thermal_freq>;
		};
	};