mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user