Subject: [PATCH 4/7] arm64: dts: imx943: Add thermal support
From: Joy Zou <redacted>
+
+ ana {
One change was missed. I should use ana-thermal. Will update in v2 later.
Regards
Peng
+ polling-delay-passive = <250>;
+ polling-delay = <2000>;
+ thermal-sensors = <&scmi_sensor 0>;
+ trips {
+ ana_alert: trip0 {
+ temperature = <105000>;
+ hysteresis = <2000>;
+ type = "passive";
+ };
+
+ ana_crit0: trip1 {
+ temperature = <125000>;
+ hysteresis = <2000>;
+ type = "critical";
+ };
+ };
+
+ cooling-maps {
+ map0 {
+ trip = <&ana_alert>;
+ cooling-device =
+ <&cpu0
THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+ <&cpu1
THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+ <&cpu2
THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+ <&cpu3
THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
+ };
+ };
+ };
+ };
};
--
2.37.1