summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Sheng <alicesheng@google.com>2021-06-18 15:34:15 -0700
committerAlice Sheng <alicesheng@google.com>2021-06-22 00:37:00 +0000
commit202d0a25d3e70057cc24e30e60c488e13df06c02 (patch)
treeae429b59982063d863b016b937ee60701d12062a
parent3d48d1fba8970539594e029a21f3745ca6a03957 (diff)
downloaddevicetree-202d0a25d3e70057cc24e30e60c488e13df06c02.tar.gz
Update battery charging steps
According to new charge data based on expected device operational conditions. Bug: 191409619 Test: Checked the charging rates at higher (emulated) temperatures and up to 4.35V battery Change-Id: Ic5c942e5abf40522b0214983dbb933361978f925
-rw-r--r--r11_battery_root.dtsi7
1 files changed, 3 insertions, 4 deletions
diff --git a/r11_battery_root.dtsi b/r11_battery_root.dtsi
index 0a094ba..9114ab1 100644
--- a/r11_battery_root.dtsi
+++ b/r11_battery_root.dtsi
@@ -22,17 +22,16 @@ google_battery: battery {
battery,bat_tz_name = "BATT_NTC";
battery,vendor = "Desay";
- battery,chg_volt_limits = <4200 4300>;
+ battery,chg_volt_limits = <4200 4350>;
battery,chg_cc_limits = <
75 35
150 75
300 200
- 250 150
+ 300 150
150 150
- 75 0
>;
battery,chg_cv_headroom = <15>;
- battery,chg_temp_limits = <0 100 200 420 460 480 550>;
+ battery,chg_temp_limits = <0 100 200 420 460 480>;
battery,topoff_current = <30>;
battery,wlc_vout_headroom = <300>;
battery,wlc_vout_min = <4160>;