mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 04:09:18 -04:00
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>
This commit is contained in:
committed by
Shawn Guo
parent
09fad38e26
commit
e2c7fa7246
@@ -16,6 +16,18 @@ reg_module_3v3: regulator-module-3v3 {
|
||||
};
|
||||
};
|
||||
|
||||
&cpu_alert0 {
|
||||
hysteresis = <2000>;
|
||||
temperature = <90000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
&cpu_crit0 {
|
||||
hysteresis = <2000>;
|
||||
temperature = <105000>;
|
||||
type = "critical";
|
||||
};
|
||||
|
||||
/* On-module I2C */
|
||||
&i2c0 {
|
||||
#address-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user