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)
commit2cd6496d81fbaa36d1c9387505000c05bf16e1c6
treec242654b29c910a2654c70b3564c590a0f96e1d9
parentaaac4a2eadaa6474a347ee4b07d4ea8bb6908c8e
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