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

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

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Andy Gross <agross@kernel.org>
This commit is contained in:
Amit Kucheria 2019-03-29 15:42:09 +05:30 committed by Andy Gross
parent 86f93c93dd
commit f2e8b07c1b
1 changed files with 14 additions and 0 deletions

View File

@ -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";
};
};
};
};