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

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

ARM: dts: msm: Add thermal reset support for msm8994



Add thermal reset support to kernel thermal monitor
devicetree configuration to do a secure watchdog bite
at a preset threshold.

Change-Id: I1cd592de6b3bb735ca81da41d300ef7e8f58e8a0
Signed-off-by: default avatarShiju Mathew <shijum@codeaurora.org>
parent 62a8ead9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1221,6 +1221,16 @@
		clocks = <&clock_rpm clk_ce1_clk>;
	};

	qcom,msm-thermal {
		compatible = "qcom,msm-thermal";
		qcom,sensor-id = <7>;
		qcom,poll-ms = <250>;
		qcom,limit-temp = <1000>;
		qcom,temp-hysteresis = <10>;
		qcom,therm-reset-temp = <115>;
		qcom,freq-step = <2>;
	};

	qcom,bcl {
		compatible = "qcom,bcl";
	};