]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: da9061: Fix to remove BBAT_CONT register from chip model
authorSteve Twiss <stwiss.opensource@diasemi.com>
Mon, 5 Jun 2017 14:35:10 +0000 (15:35 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 6 Jul 2017 07:29:13 +0000 (08:29 +0100)
commitb77eb79acca3203883e8d8dbc7f2b842def1bff8
tree2ac4de8d9b56aad1b27daf354d995a51154e7a7c
parent2cd6496d81fbaa36d1c9387505000c05bf16e1c6
mfd: da9061: Fix to remove BBAT_CONT register from chip model

Remove the register DA9062AA_BBAT_CONT (0x0C5) from the DA9061 chip model
regmap access ranges. This applies to both da9061_aa_readable_ranges[]
and da9061_aa_writeable_ranges[].

This change is to correct the DA9061 chip model and align it with the
latest DA9061 Datasheet.

This register previously appeared in the DA9061 Datasheet, Revision 3.2,
01-Mar-2016 and has been removed from later DA9061 datasheet from Dialog,
Revision 3.3, 04-Apr-2017.

Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/da9062-core.c