]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: imx943-evk: Add pf09/53 thermal zone
authorPeng Fan <peng.fan@nxp.com>
Tue, 24 Mar 2026 05:44:13 +0000 (13:44 +0800)
committerFrank Li <Frank.Li@nxp.com>
Fri, 27 Mar 2026 13:53:22 +0000 (09:53 -0400)
Add PF09 and PF53 thermal nodes.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx943-evk.dts

index 4373ca117dac623c80dd86f4837561b51dad2fc3..52f7ef7dbf2722e838ba7f005c2396c30cb005ac 100644 (file)
                        };
                };
        };
+
+       pf09-thermal {
+               polling-delay-passive = <250>;
+               polling-delay = <2000>;
+               thermal-sensors = <&scmi_sensor 2>;
+
+               trips {
+                       pf09_alert: trip0 {
+                               temperature = <140000>;
+                               hysteresis = <2000>;
+                               type = "passive";
+                       };
+
+                       pf09_crit: trip1 {
+                               temperature = <155000>;
+                               hysteresis = <2000>;
+                               type = "critical";
+                       };
+               };
+       };
+
+       pf53soc-thermal {
+               polling-delay-passive = <250>;
+               polling-delay = <2000>;
+               thermal-sensors = <&scmi_sensor 3>;
+
+               trips {
+                       pf5302_alert: trip0 {
+                               temperature = <140000>;
+                               hysteresis = <2000>;
+                               type = "passive";
+                       };
+
+                       pf5302_crit: trip1 {
+                               temperature = <155000>;
+                               hysteresis = <2000>;
+                               type = "critical";
+                       };
+               };
+       };
 };
 
 &usb2 {