DTS: modify thermal high temperature shutdown and reboot data

PD#172934: modify sw shutdown temp and hw reboot temp for g12a/b

	sw governor shutdown temp 110
	hw sensor reboot temp 115

Change-Id: Ie43037ee86c9de4c0b2f43dd9a1662f3d6042a2d
Signed-off-by: Huan Biao <huan.biao@amlogic.com>
This commit is contained in:
Huan Biao
2018-08-31 15:32:51 +08:00
committed by Jianxin Pan
parent eff6776e7b
commit 3fc24ac8ac
2 changed files with 8 additions and 8 deletions

View File

@@ -477,7 +477,7 @@
cal_b = <424>;
cal_c = <3159>;
cal_d = <9411>;
rtemp = <130000>;
rtemp = <115000>;
interrupts = <0 35 0>;
clocks = <&clkc CLKID_TS_COMP>; /* CLKID_TS_COMP>;*/
clock-names = "ts_comp";
@@ -495,7 +495,7 @@
cal_b = <424>;
cal_c = <3159>;
cal_d = <9411>;
rtemp = <130000>;
rtemp = <115000>;
interrupts = <0 36 0>;
clocks = <&clkc CLKID_TS_COMP>; /* CLKID_TS_COMP>;*/
clock-names = "ts_comp";
@@ -1646,7 +1646,7 @@
type = "hot";
};
pcritical: trip-point@3 {
temperature = <150000>;
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
};
@@ -1697,7 +1697,7 @@
type = "hot";
};
dcritical: trip-point@3 {
temperature = <150000>;
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
};

View File

@@ -498,7 +498,7 @@
cal_b = <424>;
cal_c = <3159>;
cal_d = <9411>;
rtemp = <130000>;
rtemp = <115000>;
interrupts = <0 35 0>;
clocks = <&clkc CLKID_TS_COMP>; /* CLKID_TS_COMP>;*/
clock-names = "ts_comp";
@@ -516,7 +516,7 @@
cal_b = <424>;
cal_c = <3159>;
cal_d = <9411>;
rtemp = <130000>;
rtemp = <115000>;
interrupts = <0 36 0>;
clocks = <&clkc CLKID_TS_COMP>; /* CLKID_TS_COMP>;*/
clock-names = "ts_comp";
@@ -1633,7 +1633,7 @@
type = "hot";
};
pcritical: trip-point@3 {
temperature = <150000>;
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
};
@@ -1694,7 +1694,7 @@
type = "hot";
};
dcritical: trip-point@3 {
temperature = <150000>;
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
};