bq27x00_battery: fix register offset for bq27425
authorEric Bénard <eric@eukrea.com>
Wed, 12 Nov 2014 22:04:08 +0000 (23:04 +0100)
committerSebastian Reichel <sre@kernel.org>
Wed, 21 Jan 2015 18:46:15 +0000 (19:46 +0100)
commit9dbf5a28642bb2db57fb5150252e133e19acd33a
treef962376c33a44c2fdc30d5327b243923e21b132f
parent19fb8b2df4fa0cae1656ca75b75f4e142f2a7829
bq27x00_battery: fix register offset for bq27425

- SOC is at 0x1C so we must add 0x4 as stated in the comment to read the
  right value.
- DCAP is at 0x3c so we also must use a value with the right offset to get
  the correct design capacity.

Actually testing on a bq27410 which has the same register map as bq27425
(but adds new registers).

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/bq27x00_battery.c