summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Sheng <alicesheng@google.com>2021-11-03 10:22:39 -0700
committerAlice Sheng <alicesheng@google.com>2021-11-04 19:12:19 +0000
commitdec743990e04fdbfad7d2c588bd829a3028c51ff (patch)
treefae2336dcf4802483778a1826b15dbab591461ee
parentffefc38a53d33424425f7f4ca0c50f904e03ae42 (diff)
downloaddevicetree-dec743990e04fdbfad7d2c588bd829a3028c51ff.tar.gz
Set both PPG NTC trips to 49C
This disables the PPG NTC based battery swelling mitigation, since we're going to use the BATT NTC instead (pending approval of final values) and the PPG NTC based one isn't as effective and impacts charge time more Bug: 204942637 Test: cat /sys/class/thermal/thermal_zone6/trip_point_0_temp Change-Id: I7cb59afccce83fbd130578a83a2a76b99fc1719b
-rw-r--r--r11_evt1_battery.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/r11_evt1_battery.dtsi b/r11_evt1_battery.dtsi
index 4be1ada..d8ad834 100644
--- a/r11_evt1_battery.dtsi
+++ b/r11_evt1_battery.dtsi
@@ -79,7 +79,7 @@
governor = "fair_share";
trips {
wlc_throttle_low: wlc-throttle-low {
- temperature = <47000>;
+ temperature = <49000>;
hysteresis = <2000>;
type = "passive";
};