summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2023-01-17 10:20:12 +0000
committerAndroid Partner Code Review <android-gerrit-partner@google.com>2023-01-17 10:20:12 +0000
commit805c9df94f618669854ac1c5ff44be658a5cfbc0 (patch)
tree68d644384de3f5786c0e97ef674fb6262706f4dd
parent780b2772ca9df187ecb76d8556fdf8521a30380f (diff)
parentaa7f6423b08574138e51f5c6bdd713ea85f42f0a (diff)
downloadtangorpro-805c9df94f618669854ac1c5ff44be658a5cfbc0.tar.gz
Merge "thermal: Add shutdown thermistors" into android13-gs-pixel-5.10-tm-qpr2
-rw-r--r--dts/gs201-tangorpro-thermal.dtsi24
1 files changed, 22 insertions, 2 deletions
diff --git a/dts/gs201-tangorpro-thermal.dtsi b/dts/gs201-tangorpro-thermal.dtsi
index 7ba2c6f..dd1e38d 100644
--- a/dts/gs201-tangorpro-thermal.dtsi
+++ b/dts/gs201-tangorpro-thermal.dtsi
@@ -40,10 +40,20 @@
thermal-sensors = <&gs201_tm1 1>;
trips {
trip_config1: trip-config1 {
- temperature = <125000>;
+ temperature = <62000>;
hysteresis = <1000>;
type = "passive";
};
+ backup_shutdown_sw1: backup-shutdown-sw1 {
+ temperature = <64000>;
+ hysteresis = <1000>;
+ type = "critical";
+ };
+ backup_shutdown_hw1: backup-shutdown-hw1 {
+ temperature = <66000>;
+ hysteresis = <1000>;
+ type = "hot";
+ };
};
};
charger_skin_therm {
@@ -92,10 +102,20 @@
thermal-sensors = <&gs201_tm1 5>;
trips {
trip_config5: trip-config5 {
- temperature = <125000>;
+ temperature = <55000>;
hysteresis = <1000>;
type = "passive";
};
+ backup_shutdown_sw2: backup-shutdown-sw2 {
+ temperature = <57000>;
+ hysteresis = <1000>;
+ type = "critical";
+ };
+ backup_shutdown_hw2: backup-shutdown-hw2 {
+ temperature = <59000>;
+ hysteresis = <1000>;
+ type = "hot";
+ };
};
};
therm_6 {