power: supply: axp288_fuelguage: Do not bind when the fg function is not used
authorHans de Goede <hdegoede@redhat.com>
Wed, 18 Apr 2018 12:08:21 +0000 (14:08 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.co.uk>
Wed, 25 Apr 2018 22:44:52 +0000 (00:44 +0200)
commit04d6f72f68eac61abbdaf56dcbfcc8382542f07e
tree968f726b2cb8951d22d62949292c75cf954dc31e
parentefb440ecc15610539dc7a177ae8eed4bf536da06
power: supply: axp288_fuelguage: Do not bind when the fg function is not used

Some devices with an AXP288 PMIC do not have a battery at all, or use
external charger and fuelgauge ICs instead of the AXP288 builtin
functionality.

On such devices we should not bind to the fuelgauge function to avoid
exporting a non working power_supply class device.

This also avoids the following errors repeating over and over again in
dmesg:

axp288_fuel_gauge axp288_fuel_gauge: capacity measurement not valid
axp288_fuel_gauge axp288_fuel_gauge: Error 0xe2 contents not valid
power_supply axp288_fuel_gauge: driver failed to report 'charge_now'
property: -6

Cc: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/power/supply/axp288_fuel_gauge.c