diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-01-29 01:49:15 +0100 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2022-02-11 20:24:53 +0100 |
commit | d58964be64f3bfc21fe8054dadbf4592cdd4e9c1 (patch) | |
tree | 8126a49ef0268b6c069c4f7c803d4f79b81d4c0a /drivers/power/supply/ab8500_fg.c | |
parent | power: supply: core: Use device_property_string_array_count() (diff) | |
download | linux-d58964be64f3bfc21fe8054dadbf4592cdd4e9c1.tar.xz linux-d58964be64f3bfc21fe8054dadbf4592cdd4e9c1.zip |
power: supply: ab8500: Drop BATCTRL thermal mode
The BATCTRL mode reads the temperature of the battery by
enabling a certain probing current (7-20 mA) and then measure
the voltage of the NTC mounted inside the battery.
None of the AB8500 product or the reference designs use this
mode. What we use is the so-called BATTEMP mode which enables
an internal 230 kOhm pull-up to 1.8 V to the external NTC on
pin BatTemp (N16) and then measures the voltage over the NTC
using the ADC:
1.8V (VTVOUT)
|
[ ] 230 kOhm
|
BatTemp +---------------- ADC
Pin N16 | _
|/
[/] NTC
_/|
|
GND
Cut out the BATCTRL code to clear the forest and stop
maintaining code we can never test.
The current inducing method is still used to probe for the
battery type using the internal BTI (battery type indicator)
on the BatCtrl (C3) pin in a separate code path.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/supply/ab8500_fg.c')
0 files changed, 0 insertions, 0 deletions