power: supply: bq25890: Add new linux,iinlim-percentage property
authorHans de Goede <hdegoede@redhat.com>
Wed, 25 Jan 2023 10:58:50 +0000 (11:58 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sat, 28 Jan 2023 17:07:22 +0000 (18:07 +0100)
commit6adaa9a4ece44e22e0c4d2e9dbce175679383cc5
treeb6efa299335634e79c9b5e8e2381891d87ba8b85
parentd54bf877fd878ee45cbc88d399fb98b0b1c4484d
power: supply: bq25890: Add new linux,iinlim-percentage property

Some devices, such as the Lenovo Yoga Tab 3 Pro (YT3-X90F) have
multiple batteries with a separate bq25890 charger for each battery.

This requires the maximum current the external power-supply can deliver
to be divided over the chargers. The Android vendor kernel shipped
on the YT3-X90F divides this current with a 40/60 percent split so that
batteries are done charging at approx. the same time if both were fully
empty at the start.

Add support for a new "linux,iinlim-percentage" percentage property which
can be set to indicate that a bq25890 charger should only use that
percentage of the external power-supply's maximum current.

So far this new property is only used on x86/ACPI (non devicetree) devs,
IOW it is not used in actual devicetree files. The devicetree-bindings
maintainers have requested properties like these to not be added to the
devicetree-bindings, so the new property is deliberately not added
to the existing devicetree-bindings.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/bq25890_charger.c