From: Yalei Zang Date: Wed, 22 Jul 2026 13:29:19 +0000 (+0800) Subject: airoha: raise CPU critical temperature from 110°C to 120°C X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F24367%2Fhead;p=thirdparty%2Fopenwrt.git airoha: raise CPU critical temperature from 110°C to 120°C 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 Link: https://github.com/openwrt/openwrt/pull/24367 Signed-off-by: Christian Marangi --- diff --git a/target/linux/airoha/dts/an7581.dtsi b/target/linux/airoha/dts/an7581.dtsi index 4a6b741e6e3..a71266ed3a5 100644 --- a/target/linux/airoha/dts/an7581.dtsi +++ b/target/linux/airoha/dts/an7581.dtsi @@ -332,7 +332,7 @@ }; cpu-critical { - temperature = <110000>; + temperature = <120000>; hysteresis = <1000>; type = "critical"; }; diff --git a/target/linux/airoha/dts/an7583.dtsi b/target/linux/airoha/dts/an7583.dtsi index 991054f850f..3471a073cd6 100644 --- a/target/linux/airoha/dts/an7583.dtsi +++ b/target/linux/airoha/dts/an7583.dtsi @@ -274,7 +274,7 @@ }; cpu-critical { - temperature = <110000>; + temperature = <120000>; hysteresis = <1000>; type = "critical"; };