commit | 7e2bb83c617f8fccc04db7d03f105a06b9d491a9 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Sun May 23 00:50:40 2021 +0200 |
committer | Sebastian Reichel <sre@kernel.org> | Thu Jun 03 18:40:15 2021 +0200 |
tree | b8f4413717794e299779682012651f4d22bf8972 | |
parent | 1c1f13a006ed0d71bb5664c8b7e3e77a28da3beb [diff] |
power: supply: ab8500: Call battery population once The code was calling ab8500_bm_of_probe() in four different spots effectively overwriting the same configuration three times. This was done because probe order was uncertain. Since we now used componentized probe, call it only once while probing the main charging component. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>