summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Chao <davidchao@google.com>2022-09-19 19:54:53 +0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-11-09 10:02:37 +0000
commitf02297a3310f904c75eec846520c1ab4f58c035f (patch)
tree3332cd020d68d7a00fd31d375050d9720551d57f
parentc32bb98b8bdc5e00a4b31f80091b6f4f7156143f (diff)
downloadlynx-f02297a3310f904c75eec846520c1ab4f58c035f.tar.gz
arm64/dts: lynx: add backup shutdown protection
Add backup thermal shutdown thresholds for skin_them1 thermistor. Bug: 233329373 Test: Build and boot on device. Verify shutdown with emul_temp Change-Id: Ib8576b0bc1a035e2ab72d3a1e8564323ecd0ea4b
-rw-r--r--dts/gs201-lynx-thermal.dtsi12
1 files changed, 11 insertions, 1 deletions
diff --git a/dts/gs201-lynx-thermal.dtsi b/dts/gs201-lynx-thermal.dtsi
index 44cad8d..a0fa826 100644
--- a/dts/gs201-lynx-thermal.dtsi
+++ b/dts/gs201-lynx-thermal.dtsi
@@ -105,10 +105,20 @@
thermal-sensors = <&gs201_tm1 6>;
trips {
trip_config6: trip-config6 {
- temperature = <125000>;
+ temperature = <56000>;
hysteresis = <1000>;
type = "passive";
};
+ backup_shutdown_sw: backup-shutdown-sw {
+ temperature = <57000>;
+ hysteresis = <1000>;
+ type = "critical";
+ };
+ backup_shutdown_hw: backup-shutdown-hw {
+ temperature = <59000>;
+ hysteresis = <1000>;
+ type = "hot";
+ };
};
};
gnss_tcxo_therm {