From dec743990e04fdbfad7d2c588bd829a3028c51ff Mon Sep 17 00:00:00 2001 From: Alice Sheng Date: Wed, 3 Nov 2021 10:22:39 -0700 Subject: 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 --- r11_evt1_battery.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; -- cgit v1.2.3