ARM: dts: msm: update battery specs for QXR and IDP

Update the Battery Capacity, term-current, Min-Design voltage
and Full-Design-Energy.

Change-Id: I68e4866c397101b511d4573fd76a6951778fccdc
This commit is contained in:
Rakesh Kota
2022-07-29 18:48:59 +05:30
parent c62c1c58e0
commit 365ec6de62
2 changed files with 26 additions and 3 deletions

View File

@@ -156,13 +156,17 @@
battery: battery {
compatible = "simple-battery";
charge-term-current-microamp = <12800>;
voltage-min-design-microvolt = <3200000>;
energy-full-design-microwatt-hours = <2520000>;
charge-full-design-microamp-hours = <645000>;
over-voltage-threshold-microvolt = <4500000>;
re-charge-voltage-microvolt = <250000>;
/* bq256xx's termination current setting has a min limit of 60mA */
charge-term-current-microamp = <60000>;
constant-charge-current-max-microamp = <500000>;
constant-charge-voltage-max-microvolt = <4480000>;
voltage-min-design-microvolt = <3200000>;
voltage-max-design-microvolt = <4480000>;
precharge-current-microamp = <128000>;
charge-full-design-microamp-hours = <645000>;
factory-internal-resistance-micro-ohms = <120000>;
ocv-capacity-celsius = <(-10) 0 15 45>;
/* table for -10 degree Celsius */

View File

@@ -161,3 +161,22 @@
};
};
};
&battery {
voltage-min-design-microvolt = <3200000>;
energy-full-design-microwatt-hours = <2322000>;
/* bq256xx's termination current setting has a min limit of 60mA */
charge-full-design-microamp-hours = <600000>;
over-voltage-threshold-microvolt = <4500000>;
re-charge-voltage-microvolt = <250000>;
charge-term-current-microamp = <60000>;
constant-charge-current-max-microamp = <500000>;
constant-charge-voltage-max-microvolt = <4450000>;
voltage-max-design-microvolt = <4450000>;
precharge-current-microamp = <128000>;
factory-internal-resistance-micro-ohms = <250000>;
};
&charger {
input-voltage-limit-microvolt = <4450000>;
};