Skip to content

Commit 90d074f

Browse files
author
Rocky Hao
committed
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>
1 parent ba67486 commit 90d074f

20 files changed

Lines changed: 33 additions & 33 deletions

arch/arm/boot/dts/rk3128h-box.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@
566566
};
567567

568568
&soc_crit {
569-
temperature = <110000>; /* millicelsius */
569+
temperature = <115000>; /* millicelsius */
570570
};
571571

572572
&tsadc {

arch/arm/boot/dts/rk3128x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
type = "passive";
665665
};
666666
soc_crit: soc-crit {
667-
temperature = <90000>; /* millicelsius */
667+
temperature = <115000>; /* millicelsius */
668668
hysteresis = <2000>; /* millicelsius */
669669
type = "critical";
670670
};
@@ -714,7 +714,7 @@
714714
pinctrl-1 = <&otp_out>;
715715
pinctrl-2 = <&otp_gpio>;
716716
#thermal-sensor-cells = <0>;
717-
rockchip,hw-tshut-temp = <95000>;
717+
rockchip,hw-tshut-temp = <120000>;
718718
status = "disabled";
719719
};
720720

arch/arm/boot/dts/rk312x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
type = "passive";
292292
};
293293
soc_crit: soc-crit {
294-
temperature = <100000>;
294+
temperature = <115000>;
295295
hysteresis = <2000>;
296296
type = "critical";
297297
};

arch/arm/boot/dts/rk3229-evb-android.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
};
492492

493493
&soc_crit {
494-
temperature = <110000>; /* millicelsius */
494+
temperature = <115000>; /* millicelsius */
495495
};
496496

497497
&tsadc {

arch/arm/boot/dts/rk322x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@
681681
type = "passive";
682682
};
683683
soc_crit: soc-crit {
684-
temperature = <90000>; /* millicelsius */
684+
temperature = <115000>; /* millicelsius */
685685
hysteresis = <2000>; /* millicelsius */
686686
type = "critical";
687687
};
@@ -731,7 +731,7 @@
731731
pinctrl-1 = <&otp_out>;
732732
pinctrl-2 = <&otp_gpio>;
733733
#thermal-sensor-cells = <0>;
734-
rockchip,hw-tshut-temp = <95000>;
734+
rockchip,hw-tshut-temp = <120000>;
735735
status = "disabled";
736736
};
737737

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
type = "passive";
603603
};
604604
soc_crit: soc-crit {
605-
temperature = <90000>; /* millicelsius */
605+
temperature = <115000>; /* millicelsius */
606606
hysteresis = <2000>; /* millicelsius */
607607
type = "critical";
608608
};
@@ -646,7 +646,7 @@
646646
pinctrl-1 = <&otp_gpio>;
647647
pinctrl-2 = <&otp_gpio>;
648648
#thermal-sensor-cells = <1>;
649-
rockchip,hw-tshut-temp = <95000>;
649+
rockchip,hw-tshut-temp = <120000>;
650650
rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
651651
status = "disabled";
652652
};

arch/arm64/boot/dts/rockchip/px30.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
type = "passive";
906906
};
907907
soc_crit: soc-crit {
908-
temperature = <95000>;
908+
temperature = <115000>;
909909
hysteresis = <2000>;
910910
type = "critical";
911911
};
@@ -945,7 +945,7 @@
945945
resets = <&cru SRST_TSADC>;
946946
reset-names = "tsadc-apb";
947947
#thermal-sensor-cells = <1>;
948-
rockchip,hw-tshut-temp = <100000>;
948+
rockchip,hw-tshut-temp = <120000>;
949949
status = "disabled";
950950
};
951951

arch/arm64/boot/dts/rockchip/rk3308.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@
632632
type = "passive";
633633
};
634634
soc_crit: soc-crit {
635-
temperature = <95000>;
635+
temperature = <115000>;
636636
hysteresis = <2000>;
637637
type = "critical";
638638
};
@@ -672,7 +672,7 @@
672672
pinctrl-1 = <&tsadc_otp_out>;
673673
pinctrl-2 = <&tsadc_otp_gpio>;
674674
#thermal-sensor-cells = <1>;
675-
rockchip,hw-tshut-temp = <100000>;
675+
rockchip,hw-tshut-temp = <120000>;
676676
status = "disabled";
677677
};
678678

arch/arm64/boot/dts/rockchip/rk3328-box-liantong.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
};
537537

538538
&soc_crit {
539-
temperature = <110000>; /* millicelsius */
539+
temperature = <115000>; /* millicelsius */
540540
};
541541

542542
&tsadc {

arch/arm64/boot/dts/rockchip/rk3328-evb-android.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
};
612612

613613
&soc_crit {
614-
temperature = <110000>; /* millicelsius */
614+
temperature = <115000>; /* millicelsius */
615615
};
616616

617617
&tsadc {

0 commit comments

Comments
 (0)