mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-30 00:08:32 +00:00
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:
@@ -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 */
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user