Commit f2e8b07c authored by Amit Kucheria's avatar Amit Kucheria Committed by Andy Gross
Browse files

arm64: dts: msm8916: thermal: Add sensor for modem



On platforms that have a modem, sensor 0 monitors the modem.

Signed-off-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent 86f93c93
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -278,7 +278,21 @@
					type = "critical";
				};
			};
		};

		modem-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

			thermal-sensors = <&tsens 0>;

			trips {
				modem_alert0: trip-point@0 {
					temperature = <85000>;
					hysteresis = <2000>;
					type = "hot";
				};
			};
		};

	};