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

Commit 5b7b6508 authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

ARM: dts: msm: Update thermal node for FSM9900



Update thermal node for thermal monitoring support
for the FSM9900 target.

Change-Id: Ieb9476946ebd7e6af5a3668fc831397cf6d6a746
Acked-by: default avatarKaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent a87fb4c2
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -512,13 +512,17 @@
		compatible = "qcom,msm-thermal";
		qcom,sensor-id = <3>;
		qcom,poll-ms = <250>;
		qcom,limit-temp = <60>;
		qcom,limit-temp = <90>;
		qcom,temp-hysteresis = <10>;
		qcom,freq-step = <2>;
		qcom,freq-control-mask = <0xf>;
		qcom,core-limit-temp = <80>;
		qcom,core-limit-temp = <115>;
		qcom,core-temp-hysteresis = <10>;
		qcom,core-control-mask = <0xe>;
		qcom,hotplug-temp = <115>;
		qcom,hotplug-temp-hysteresis = <20>;
		qcom,cpu-sensors = "tsens_tz_sensor3", "tsens_tz_sensor4",
				"tsens_tz_sensor5", "tsens_tz_sensor6";
	};

	qcom,msm-cpufreq@0 {