power: qpnp-bms: remove current max property
After a change in the battery current limiter (BCL) driver,
current_max is not being used any more. The current_max property
was originally used by the BCL driver to check how much current
the battery could supply. However, the update times for this made
it unusable for the BCL driver because it has to react to
instantaneous currents.
This functionality was replaced by the resistance property, which
allows the BCL driver to calculate available current instead of
max current. Since the current_max is no longer in use, remove it
from both the BMS and charger.
Change-Id: Iea6edf21af416d10168fdf25eb26955c19294708
Signed-off-by: Xiaozhe Shi <xiaozhes@codeaurora.org>
2 files changed