dt-bindings: power: Introduce one property to present the battery internal resistance
authorBaolin Wang <baolin.wang@linaro.org>
Mon, 5 Nov 2018 07:39:06 +0000 (15:39 +0800)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Fri, 9 Nov 2018 21:55:46 +0000 (22:55 +0100)
The internal resistance of a battery is not a constant in its life cycle,
this varies over the age of the battery or temperature and so on. But we
just want use one constant battery internal resistance to estimate the
battery capacity. Thus this patch introduces one property to present
the battery factory internal resistance for battery information.

Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Documentation/devicetree/bindings/power/supply/battery.txt

index f4d3b4a10b43e284fecfbbe0571260d8b0e1b9cc..938d02785da2bfc7481aec6ff171d9ef61e35037 100644 (file)
@@ -22,6 +22,7 @@ Optional Properties:
  - charge-term-current-microamp: current for charge termination phase
  - constant-charge-current-max-microamp: maximum constant input current
  - constant-charge-voltage-max-microvolt: maximum constant input voltage
+ - factory-internal-resistance-micro-ohms: battery factory internal resistance
 
 Battery properties are named, where possible, for the corresponding
 elements in enum power_supply_property, defined in
@@ -42,6 +43,7 @@ Example:
                charge-term-current-microamp = <128000>;
                constant-charge-current-max-microamp = <900000>;
                constant-charge-voltage-max-microvolt = <4200000>;
+               factory-internal-resistance-micro-ohms = <250000>;
        };
 
        charger: charger@11 {