arm: dts: rockchip: thermal: update soc's sw/hw over temperature power off degree

to cope with Wide Temperature Range test, we maxamize
soc's sw/hw over temperature power off degree.

fow now, 115 degree Celsius is set to trigger sw powering off.
if sw function does not work and temperature is continuing to
grow up, and till 120 degree Celsius, hw powering off/reset
is triggered.

Change-Id: I751e9ea754f434bc20df39fdbdb40216a1582c39
Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com>
This commit is contained in:
Rocky Hao
2018-06-04 14:55:49 +08:00
parent ba67486670
commit 90d074f764
20 changed files with 33 additions and 33 deletions

View File

@@ -566,7 +566,7 @@
};
&soc_crit {
temperature = <110000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
};
&tsadc {

View File

@@ -664,7 +664,7 @@
type = "passive";
};
soc_crit: soc-crit {
temperature = <90000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "critical";
};
@@ -714,7 +714,7 @@
pinctrl-1 = <&otp_out>;
pinctrl-2 = <&otp_gpio>;
#thermal-sensor-cells = <0>;
rockchip,hw-tshut-temp = <95000>;
rockchip,hw-tshut-temp = <120000>;
status = "disabled";
};

View File

@@ -291,7 +291,7 @@
type = "passive";
};
soc_crit: soc-crit {
temperature = <100000>;
temperature = <115000>;
hysteresis = <2000>;
type = "critical";
};

View File

@@ -491,7 +491,7 @@
};
&soc_crit {
temperature = <110000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
};
&tsadc {

View File

@@ -681,7 +681,7 @@
type = "passive";
};
soc_crit: soc-crit {
temperature = <90000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "critical";
};
@@ -731,7 +731,7 @@
pinctrl-1 = <&otp_out>;
pinctrl-2 = <&otp_gpio>;
#thermal-sensor-cells = <0>;
rockchip,hw-tshut-temp = <95000>;
rockchip,hw-tshut-temp = <120000>;
status = "disabled";
};

View File

@@ -602,7 +602,7 @@
type = "passive";
};
soc_crit: soc-crit {
temperature = <90000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "critical";
};
@@ -646,7 +646,7 @@
pinctrl-1 = <&otp_gpio>;
pinctrl-2 = <&otp_gpio>;
#thermal-sensor-cells = <1>;
rockchip,hw-tshut-temp = <95000>;
rockchip,hw-tshut-temp = <120000>;
rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
status = "disabled";
};

View File

@@ -905,7 +905,7 @@
type = "passive";
};
soc_crit: soc-crit {
temperature = <95000>;
temperature = <115000>;
hysteresis = <2000>;
type = "critical";
};
@@ -945,7 +945,7 @@
resets = <&cru SRST_TSADC>;
reset-names = "tsadc-apb";
#thermal-sensor-cells = <1>;
rockchip,hw-tshut-temp = <100000>;
rockchip,hw-tshut-temp = <120000>;
status = "disabled";
};

View File

@@ -632,7 +632,7 @@
type = "passive";
};
soc_crit: soc-crit {
temperature = <95000>;
temperature = <115000>;
hysteresis = <2000>;
type = "critical";
};
@@ -672,7 +672,7 @@
pinctrl-1 = <&tsadc_otp_out>;
pinctrl-2 = <&tsadc_otp_gpio>;
#thermal-sensor-cells = <1>;
rockchip,hw-tshut-temp = <100000>;
rockchip,hw-tshut-temp = <120000>;
status = "disabled";
};

View File

@@ -536,7 +536,7 @@
};
&soc_crit {
temperature = <110000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
};
&tsadc {

View File

@@ -611,7 +611,7 @@
};
&soc_crit {
temperature = <110000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
};
&tsadc {

View File

@@ -520,7 +520,7 @@
};
&soc_crit {
temperature = <110000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
};
&tsadc {

View File

@@ -382,7 +382,7 @@
type = "passive";
};
soc_crit: soc-crit {
temperature = <95000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "critical";
};
@@ -430,7 +430,7 @@
pinctrl-1 = <&otp_out>;
pinctrl-2 = <&otp_gpio>;
#thermal-sensor-cells = <1>;
rockchip,hw-tshut-temp = <100000>;
rockchip,hw-tshut-temp = <120000>;
status = "disabled";
};

View File

@@ -298,7 +298,7 @@
type = "passive";
};
soc_crit: soc-crit {
temperature = <95000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "critical";
};
@@ -337,7 +337,7 @@
pinctrl-names = "default";
pinctrl-0 = <&tsadc_gpio>;
#thermal-sensor-cells = <1>;
rockchip,hw-tshut-temp = <95000>;
rockchip,hw-tshut-temp = <120000>;
status = "disabled";
};

View File

@@ -725,7 +725,7 @@
type = "passive";
};
soc_crit: soc-crit {
temperature = <95000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "critical";
};

View File

@@ -541,7 +541,7 @@
};
&soc_crit {
temperature = <105000>;
temperature = <115000>;
};
&tcphy0 {
@@ -558,7 +558,7 @@
rockchip,hw-tshut-mode = <1>;
/* tshut polarity 0:LOW 1:HIGH */
rockchip,hw-tshut-polarity = <1>;
rockchip,hw-tshut-temp = <110000>;
rockchip,hw-tshut-temp = <120000>;
status = "okay";
};

View File

@@ -525,7 +525,7 @@
};
&soc_crit {
temperature = <105000>;
temperature = <115000>;
};
&tcphy0 {
@@ -542,7 +542,7 @@
rockchip,hw-tshut-mode = <1>;
/* tshut polarity 0:LOW 1:HIGH */
rockchip,hw-tshut-polarity = <1>;
rockchip,hw-tshut-temp = <110000>;
rockchip,hw-tshut-temp = <120000>;
status = "okay";
};

View File

@@ -631,13 +631,13 @@
};
&soc_crit {
temperature = <100000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
};
&tsadc {
rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
rockchip,hw-tshut-temp = <110000>;
rockchip,hw-tshut-temp = <120000>;
status = "okay";
};

View File

@@ -526,13 +526,13 @@
};
&soc_crit {
temperature = <105000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
};
&tsadc {
rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
rockchip,hw-tshut-temp = <110000>;
rockchip,hw-tshut-temp = <120000>;
status = "okay";
};

View File

@@ -716,13 +716,13 @@
};
&soc_crit {
temperature = <100000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
};
&tsadc {
rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
rockchip,hw-tshut-temp = <110000>;
rockchip,hw-tshut-temp = <120000>;
status = "okay";
};

View File

@@ -755,7 +755,7 @@
type = "passive";
};
soc_crit: soc-crit {
temperature = <95000>; /* millicelsius */
temperature = <115000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "critical";
};
@@ -807,7 +807,7 @@
pinctrl-1 = <&otp_out>;
pinctrl-2 = <&otp_gpio>;
#thermal-sensor-cells = <1>;
rockchip,hw-tshut-temp = <95000>;
rockchip,hw-tshut-temp = <120000>;
status = "disabled";
};