arm64: dts: colibri-imx8x: Set thermal thresholds
authorPhilippe Schenker <philippe.schenker@toradex.com>
Tue, 14 Mar 2023 10:24:03 +0000 (11:24 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Mar 2023 02:10:39 +0000 (10:10 +0800)
Set critical/alert thermal thresholds for all relevant SOC
temperature trips to the IT value (max T_junction 105 degree
Celsius) in accordance with the IT grade of the SOM.

Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi

index 2e228c5b8109e8290c41b8e061a95f5b32eb861e..1e41965e2d01aa53bf384ed6ff93e9bf6e0e0b58 100644 (file)
        };
 };
 
+&cpu_alert0 {
+       hysteresis = <2000>;
+       temperature = <90000>;
+       type = "passive";
+};
+
+&cpu_crit0 {
+       hysteresis = <2000>;
+       temperature = <105000>;
+       type = "critical";
+};
+
 /* On-module I2C */
 &i2c0 {
        #address-cells = <1>;