summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Sheng <alicesheng@google.com>2022-02-17 12:45:47 -0800
committerAlice Sheng <alicesheng@google.com>2022-02-17 12:45:47 -0800
commitc95423d6d7fa002af75e02765e205d7275ee3cf5 (patch)
tree1a66a0b03322a0235f1e8139ec96fbeaa5baef53
parent4eac0ee69d281fa15075578f0f06fd699025adf5 (diff)
downloaddevicetree-c95423d6d7fa002af75e02765e205d7275ee3cf5.tar.gz
Set battery lower WLC throttle to 43C
Testing concluded and team agreed that 43C is the correct threshold to balance battery swelling mitigation and charge time Bug: 219552596 Change-Id: Ic5b1bf368f4edd26e2d3661ce64704129ae17dae
-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 be4a153..dbbffc4 100644
--- a/r11_evt1_battery.dtsi
+++ b/r11_evt1_battery.dtsi
@@ -37,7 +37,7 @@
governor = "fair_share";
trips {
batt_throttle_low: batt-throttle-low {
- temperature = <45000>;
+ temperature = <43000>;
hysteresis = <2000>;
type = "passive";
};