summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Sheng <alicesheng@google.com>2021-03-16 16:22:37 -0700
committerAlice Sheng <alicesheng@google.com>2021-03-17 11:23:35 -0700
commitafc00a3b7a7a9e1379f3c972e000246f7e1633d8 (patch)
treef12f094f08fe320f4d19cba082c9bc6dd7c6434a
parentb45a1748a7f54aaafd3e8602494e9b731bddd9d5 (diff)
downloaddevicetree-afc00a3b7a7a9e1379f3c972e000246f7e1633d8.tar.gz
Add cv headroom property
Also, change cc properties to be more reflective of the actual currents that the pmic supports Bug: 181701746 Change-Id: I17848d97ce6422f44ff8b346ec1a0fe23c8ccfbf
-rw-r--r--r11_dev1_battery_root.dtsi11
-rw-r--r--r11_evt1_battery_root.dtsi11
-rw-r--r--r11_proto1_battery_root.dtsi11
3 files changed, 18 insertions, 15 deletions
diff --git a/r11_dev1_battery_root.dtsi b/r11_dev1_battery_root.dtsi
index 5c962a1..a59fbd3 100644
--- a/r11_dev1_battery_root.dtsi
+++ b/r11_dev1_battery_root.dtsi
@@ -24,13 +24,14 @@ google_battery: battery {
battery,vendor = "Desay";
battery,chg_volt_limits = <4200 4300>;
battery,chg_cc_limits = <
- 90 30
- 150 90
- 300 210
- 240 150
+ 75 35
+ 150 75
+ 300 200
+ 250 150
150 150
- 90 0
+ 75 0
>;
+ battery,chg_cv_headroom = <15>;
battery,chg_temp_limits = <0 100 200 420 460 480 550>;
battery,topoff_current = <30>;
battery,wlc_vout_headroom = <300>;
diff --git a/r11_evt1_battery_root.dtsi b/r11_evt1_battery_root.dtsi
index db2e146..3f6ebbe 100644
--- a/r11_evt1_battery_root.dtsi
+++ b/r11_evt1_battery_root.dtsi
@@ -26,13 +26,14 @@ google_battery: battery {
battery,vendor = "Desay";
battery,chg_volt_limits = <4200 4300>;
battery,chg_cc_limits = <
- 90 30
- 150 90
- 300 210
- 240 150
+ 75 35
+ 150 75
+ 300 200
+ 250 150
150 150
- 90 0
+ 75 0
>;
+ battery,chg_cv_headroom = <15>;
battery,chg_temp_limits = <0 100 200 420 460 480 550>;
battery,topoff_current = <30>;
battery,wlc_vout_headroom = <300>;
diff --git a/r11_proto1_battery_root.dtsi b/r11_proto1_battery_root.dtsi
index 92de213..51cae5d 100644
--- a/r11_proto1_battery_root.dtsi
+++ b/r11_proto1_battery_root.dtsi
@@ -26,13 +26,14 @@ google_battery: battery {
battery,vendor = "Desay";
battery,chg_volt_limits = <4200 4300>;
battery,chg_cc_limits = <
- 90 30
- 150 90
- 300 210
- 240 150
+ 75 35
+ 150 75
+ 300 200
+ 250 150
150 150
- 90 0
+ 75 0
>;
+ battery,chg_cv_headroom = <15>;
battery,chg_temp_limits = <0 100 200 420 460 480 550>;
battery,topoff_current = <30>;
battery,wlc_vout_headroom = <300>;