arm64: dts: mediatek: mt7988: Add thermal-zone

Add basic thermal-zone node.

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20241217091238.16032-5-linux@fw-web.de
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
Frank Wunderlich 2024-12-17 10:12:18 +01:00 committed by AngeloGioacchino Del Regno
parent 6a47514804
commit c26964fb5b
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -355,6 +355,21 @@ clock-controller@15031000 {
};
};
thermal-zones {
cpu_thermal: cpu-thermal {
polling-delay-passive = <1000>;
polling-delay = <1000>;
thermal-sensors = <&lvts 0>;
trips {
cpu_trip_crit: crit {
temperature = <125000>;
hysteresis = <2000>;
type = "critical";
};
};
};
};
timer {
compatible = "arm,armv8-timer";
interrupt-parent = <&gic>;