MLK-19080 ARM64: dts: freescale: imx8x: adjust passive trip point setting
Adjust passive trip point temperature to be 20 degree C
below than the critical trip point temperature on i.MX8X
platforms.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit cefa63c1b9)
This commit is contained in:
@ -1377,7 +1377,7 @@
|
||||
thermal-sensors = <&tsens 0>;
|
||||
trips {
|
||||
cpu_alert0: trip0 {
|
||||
temperature = <85000>;
|
||||
temperature = <107000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
@ -1403,7 +1403,7 @@
|
||||
status = "disabled";
|
||||
trips {
|
||||
drc_alert0: trip0 {
|
||||
temperature = <85000>;
|
||||
temperature = <107000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
@ -1429,7 +1429,7 @@
|
||||
thermal-sensors = <&tsens 0>;
|
||||
trips {
|
||||
cpu_alert0: trip0 {
|
||||
temperature = <85000>;
|
||||
temperature = <107000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
@ -1454,7 +1454,7 @@
|
||||
thermal-sensors = <&tsens 1>;
|
||||
trips {
|
||||
cpu_alert1: trip0 {
|
||||
temperature = <85000>;
|
||||
temperature = <107000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
@ -1479,7 +1479,7 @@
|
||||
thermal-sensors = <&tsens 2>;
|
||||
trips {
|
||||
gpu_alert0: trip0 {
|
||||
temperature = <85000>;
|
||||
temperature = <107000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
@ -1497,7 +1497,7 @@
|
||||
thermal-sensors = <&tsens 3>;
|
||||
trips {
|
||||
gpu_alert1: trip0 {
|
||||
temperature = <85000>;
|
||||
temperature = <107000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
@ -1515,7 +1515,7 @@
|
||||
thermal-sensors = <&tsens 4>;
|
||||
trips {
|
||||
drc_alert0: trip0 {
|
||||
temperature = <85000>;
|
||||
temperature = <107000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
@ -1420,7 +1420,7 @@
|
||||
thermal-sensors = <&tsens 5>;
|
||||
trips {
|
||||
pmic_alert0: trip0 {
|
||||
temperature = <80000>;
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
@ -1234,7 +1234,7 @@
|
||||
thermal-sensors = <&tsens 2>;
|
||||
trips {
|
||||
pmic_alert0: trip0 {
|
||||
temperature = <80000>;
|
||||
temperature = <110000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user