summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Sheng <alicesheng@google.com>2021-06-30 11:27:25 -0700
committerAlice Sheng <alicesheng@google.com>2021-07-29 14:34:46 -0700
commit9aea5daac50c054a2fe4508240df1708a55e69b0 (patch)
tree11e885acae84172687d966a357fcdd9ae6fde958
parentd91d68c53860676e84870d84e9562445cdf7e0a2 (diff)
downloaddevicetree-9aea5daac50c054a2fe4508240df1708a55e69b0.tar.gz
Change battery tracking parameters
In accordance with latest test data, change the following: - Wider Battery voltage tracking range, all the way down to 3.95V - Start charging at 150mA before bumping up to 300 Bug: 191698991 Change-Id: I02fdbb86c3cf05db9a6ce58a904ec6ea93f64d2c
-rw-r--r--r11_battery_root.dtsi4
1 files changed, 3 insertions, 1 deletions
diff --git a/r11_battery_root.dtsi b/r11_battery_root.dtsi
index d3972aa..ac85ce8 100644
--- a/r11_battery_root.dtsi
+++ b/r11_battery_root.dtsi
@@ -33,8 +33,10 @@ google_battery: battery {
battery,chg_cv_headroom = <15>;
battery,chg_temp_limits = <0 100 200 420 460 480>;
battery,topoff_current = <30>;
+ battery,default_current = <150>;
battery,wlc_vout_headroom = <300>;
- battery,wlc_vout_min = <4160>;
+ battery,wlc_vout_min = <3952>;
+ battery,wlc_vout_max = <4560>;
battery,full_check_type = <7>; // used by s2mpw02_charger
battery,full_check_type_2nd = <7>; // used by s2mpw02_charger