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

Commit bd7e4883 authored by Anji Jonnala's avatar Anji Jonnala
Browse files

ARM: dts: msm: Add msm-thermal mitigation device for MSM Krypton



Add kernel msm-thermal mitigation device for MSM Krypton SoC.
This enables the Kernel Thermal Monitor(KTM) during boot-up,
which provides basic thermal mitigation. The KTM is enabled
till the userspace thermal mitigation takes over.

Change-Id: I7b060d98739b2a35427e5a724114378d9c5b4c22
Signed-off-by: default avatarAnji Jonnala <anjir@codeaurora.org>
parent d80c39cd
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -577,6 +577,16 @@
			<  748800 2664 /* 333 MHz */ >,
			<  998400 3200 /* 400 MHz */ >;
	};

	qcom,msm-thermal {
		compatible = "qcom,msm-thermal";
		qcom,sensor-id = <0>;
		qcom,poll-ms = <250>;
		qcom,limit-temp = <60>;
		qcom,temp-hysteresis = <10>;
		qcom,freq-step = <2>;
		qcom,freq-control-mask = <0x0>;
	};
};

&gdsc_pcie_0 {