Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: battery: Add trickle-charge upper limit

Some of the chargers for lithium-ion batteries use a trickle-charging as
a first charging phase for very empty batteries, to "wake-up" the battery.
Trickle-charging is a low current, constant current phase. After the
voltage of the very empty battery has reached an upper limit for
trickle charging, the pre-charge phase is started with a higher current.

Allow defining the upper limit for trickle charging voltage, after which
the charging should be changed to the pre-charging.

Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/9c3064ec7e32cda442336bf633fb93355ce6a97d.1765804226.git.mazziesaccount@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Matti Vaittinen and committed by
Lee Jones
a4330974 dc74d110

+4
+4
Documentation/devicetree/bindings/power/supply/battery.yaml
··· 71 71 NiMh bq24400) - that is different and not controlled by this 72 72 property. 73 73 74 + tricklecharge-upper-limit-microvolt: 75 + description: limit when to change to precharge from trickle charge 76 + Trickle-charging here refers "wake-up" or "pre-pre" -charging. 77 + 74 78 precharge-current-microamp: 75 79 description: current for pre-charge phase 76 80