diff options
author | 2023-03-14 11:24:03 +0100 | |
---|---|---|
committer | 2023-03-27 10:10:39 +0800 | |
commit | e2c7fa724626e4bde70e753cdeb7827d0d225364 (patch) | |
tree | 7607f537b2f9719fd1ed0f41be02b5b73a8f1b86 | |
parent | arm64: dts: colibri-imx8x: Add no-1-8-v to sd-card (diff) | |
download | wireguard-linux-e2c7fa724626e4bde70e753cdeb7827d0d225364.tar.xz wireguard-linux-e2c7fa724626e4bde70e753cdeb7827d0d225364.zip |
arm64: dts: colibri-imx8x: Set thermal thresholds
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi index 2e228c5b8109..1e41965e2d01 100644 --- a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi @@ -16,6 +16,18 @@ }; }; +&cpu_alert0 { + hysteresis = <2000>; + temperature = <90000>; + type = "passive"; +}; + +&cpu_crit0 { + hysteresis = <2000>; + temperature = <105000>; + type = "critical"; +}; + /* On-module I2C */ &i2c0 { #address-cells = <1>; |