]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
airoha: raise CPU critical temperature from 110°C to 120°C 24367/head
authorYalei Zang <yalei.zang@airoha.com>
Wed, 22 Jul 2026 13:29:19 +0000 (21:29 +0800)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 24 Jul 2026 07:08:54 +0000 (09:08 +0200)
The IC maximum operating temperature is 125C. Raise the CPU critical
temperature from 110C to 120C to account for possible temperature sensor
error.

This keeps the trip point below the IC maximum while avoiding premature
critical thermal protection.

Tested on Airoha internal platforms without thermal protection issues.

Signed-off-by: Yalei Zang <yalei.zang@airoha.com>
Link: https://github.com/openwrt/openwrt/pull/24367
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/airoha/dts/an7581.dtsi
target/linux/airoha/dts/an7583.dtsi

index 4a6b741e6e3f84e46bf155bafac5f766d33da2a4..a71266ed3a52b3eb84f826c2f0e9740b309b2e4a 100644 (file)
                                };
 
                                cpu-critical {
-                                       temperature = <110000>;
+                                       temperature = <120000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                };
index 991054f850fbffc9468157de9031994f6da76077..3471a073cd6ce9a9aba7b22ada23976520353fed 100644 (file)
                                };
 
                                cpu-critical {
-                                       temperature = <110000>;
+                                       temperature = <120000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                };