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

Commit c7196c62 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents f0dc3313 a45fad47
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1299,6 +1299,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";
	};