mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
power: bq27xxx: fix register numbers of bq27500
bug: according to data sheet some register numbers are wrong.
tested: no
Fixes: d74534c277
("power: bq27xxx_battery: Add support for additional bq27xxx family devices")
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Acked-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
parent
549d7b317c
commit
099867a16a
@ -155,10 +155,10 @@ static u8 bq27500_regs[] = {
|
||||
INVALID_REG_ADDR, /* TTECP - NA */
|
||||
0x0c, /* NAC */
|
||||
0x12, /* LMD(FCC) */
|
||||
0x1e, /* CYCT */
|
||||
0x2a, /* CYCT */
|
||||
INVALID_REG_ADDR, /* AE - NA */
|
||||
0x20, /* SOC(RSOC) */
|
||||
0x2e, /* DCAP(ILMD) */
|
||||
0x2c, /* SOC(RSOC) */
|
||||
0x3c, /* DCAP(ILMD) */
|
||||
INVALID_REG_ADDR, /* AP - NA */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user