]> www.infradead.org Git - users/willy/xarray.git/commitdiff
arm64: dts: imx95: update a55 thermal trip points
authorPeng Fan <peng.fan@nxp.com>
Sat, 12 Oct 2024 11:19:10 +0000 (19:19 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Oct 2024 01:31:13 +0000 (09:31 +0800)
Update the thermal trip points for automotive and extended industrial
temperature qualification processors.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95.dtsi

index 7f4e7579cdb395177c28f41159df36b871a6384e..a96bf8e6a1a29f06741cdf5ac20e414ce71b5c03 100644 (file)
 
                        trips {
                                cpu_alert0: trip0 {
-                                       temperature = <85000>;
+                                       temperature = <105000>;
                                        hysteresis = <2000>;
                                        type = "passive";
                                };
 
                                cpu_crit0: trip1 {
-                                       temperature = <95000>;
+                                       temperature = <125000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                };