1 Thermal driver for MAX77620 Power management IC from Maxim Semiconductor.
3 Maxim Semiconductor MAX77620 supports alarm interrupts when its
4 die temperature crosses 120C and 140C. These threshold temperatures
5 are not configurable. Device does not provide the real temperature
6 of die other than just indicating whether temperature is above or
11 #thermal-sensor-cells: Please refer <devicetree/bindings/thermal/thermal.txt>
15 For more details, please refer generic thermal DT binding document
16 <devicetree/bindings/thermal/thermal.txt>.
18 Please refer <devicetree/bindings/mfd/max77620.txt> for mfd DT binding
19 document for the MAX77620.
23 #include <dt-bindings/mfd/max77620.h>
24 #include <dt-bindings/thermal/thermal.h>
29 compatible = "maxim,max77620";
31 #thermal-sensor-cells = <0>;
37 compatible = "cooling-dev";
44 polling-delay-passive = <0>;
45 thermal-sensors = <&spmic>;
48 pmic_die_warn_temp_thresh: hot-die {
49 temperature = <120000>;
54 pmic_die_cirt_temp_thresh: cirtical-die {
55 temperature = <140000>;
63 trip = <&pmic_die_warn_temp_thresh>;
64 cooling-device = <&cool_dev THERMAL_NO_LIMIT