Thread (9 messages) 9 messages, 2 authors, 2026-03-14

RE: [PATCH 4/7] arm64: dts: imx943: Add thermal support

From: Peng Fan <peng.fan@nxp.com>
Date: 2026-03-14 13:01:54
Also in: imx, linux-devicetree, lkml

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
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help