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

Commit e1bfee46 authored by Shiju Mathew's avatar Shiju Mathew
Browse files

ARM: dts: msm: Enable cpu mitigation from KTM for msm8994



Enable cpu mitigation from KTM for msm8994. This will enable
cpu boottime mitigation and emergency mitigation.

Change-Id: I0adf92e272be5a6f1ea80fb34a6733eaa158395c
Signed-off-by: default avatarShiju Mathew <shijum@codeaurora.org>
parent 4e9a786b
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -2021,10 +2021,24 @@
		compatible = "qcom,msm-thermal";
		qcom,sensor-id = <7>;
		qcom,poll-ms = <250>;
		qcom,limit-temp = <1000>;
		qcom,limit-temp = <60>;
		qcom,temp-hysteresis = <10>;
		qcom,therm-reset-temp = <115>;
		qcom,freq-step = <2>;
		qcom,freq-control-mask = <0xff>;
		qcom,core-limit-temp = <800>;
		qcom,core-temp-hysteresis = <10>;
		qcom,core-control-mask = <0xfe>;
		qcom,hotplug-temp = <900>;
		qcom,hotplug-temp-hysteresis = <20>;
		qcom,cpu-sensors = "tsens_tz_sensor7", "tsens_tz_sensor8",
				   "tsens_tz_sensor9", "tsens_tz_sensor10",
				   "tsens_tz_sensor13", "tsens_tz_sensor14",
				   "tsens_tz_sensor15", "tsens_tz_sensor6";
		qcom,freq-mitigation-temp = <110>;
		qcom,freq-mitigation-temp-hysteresis = <20>;
		qcom,freq-mitigation-value = <302400>;
		qcom,freq-mitigation-control-mask = <0x01>;
		qcom,online-hotplug-core;
		qcom,synchronous-cluster-id = <0 1>;
	};