arm64: dts: allwinner: h616: Fix thermal zones (add missing trips)

Signed-off-by: Michał Dziekoński <michal.dziekonski+github@gmail.com>
This commit is contained in:
Michał Dziekoński 2023-05-03 12:10:01 +00:00 committed by orangepi-xunlong
parent 1d43d6d70b
commit 01c283187e

View File

@ -825,6 +825,11 @@
type = "passive";
hysteresis = <0>;
};
cpu_temp_critical: trip-point@2 {
temperature = <110000>;
type = "critical";
hysteresis = <0>;
};
};
cooling-maps {
@ -843,18 +848,42 @@
polling-delay = <1000>;
thermal-sensors = <&ths 0>;
sustainable-power = <1100>;
trips {
gpu_temp_critical: trip-point@0 {
temperature = <110000>;
type = "critical";
hysteresis = <0>;
};
};
};
ve-thermal {
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&ths 1>;
trips {
ve_temp_critical: trip-point@0 {
temperature = <110000>;
type = "critical";
hysteresis = <0>;
};
};
};
ddr-thermal {
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&ths 3>;
trips {
ddr_temp_critical: trip-point@0 {
temperature = <110000>;
type = "critical";
hysteresis = <0>;
};
};
};
};
};