From: Peng Fan Date: Sat, 12 Oct 2024 11:19:10 +0000 (+0800) Subject: arm64: dts: imx95: update a55 thermal trip points X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8f0618f159d0d175c3f5aec8efdac980cb0ec491;p=users%2Fwilly%2Fxarray.git arm64: dts: imx95: update a55 thermal trip points Update the thermal trip points for automotive and extended industrial temperature qualification processors. Signed-off-by: Peng Fan Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi index 7f4e7579cdb3..a96bf8e6a1a2 100644 --- a/arch/arm64/boot/dts/freescale/imx95.dtsi +++ b/arch/arm64/boot/dts/freescale/imx95.dtsi @@ -346,13 +346,13 @@ trips { cpu_alert0: trip0 { - temperature = <85000>; + temperature = <105000>; hysteresis = <2000>; type = "passive"; }; cpu_crit0: trip1 { - temperature = <95000>; + temperature = <125000>; hysteresis = <2000>; type = "critical"; };