projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
520eccd
)
Revert "mfd: da9061: Fix to remove BBAT_CONT register from chip model"
author
Lee Jones
<lee.jones@linaro.org>
Tue, 15 Aug 2017 08:30:05 +0000
(09:30 +0100)
committer
Lee Jones
<lee.jones@linaro.org>
Tue, 22 Aug 2017 08:03:00 +0000
(09:03 +0100)
This patch was applied to the MFD twice, causing unwanted behavour.
This reverts commit
b77eb79acca3203883e8d8dbc7f2b842def1bff8
.
Fixes:
b77eb79acca3
("mfd: da9061: Fix to remove BBAT_CONT register from chip model")
Reported-by: Steve Twiss <stwiss.opensource@diasemi.com>
Reviewed-by: Steve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/da9062-core.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/da9062-core.c
b/drivers/mfd/da9062-core.c
index
fbe0f24
..
fe18115
100644
(file)
--- a/
drivers/mfd/da9062-core.c
+++ b/
drivers/mfd/da9062-core.c
@@
-645,6
+645,9
@@
static const struct regmap_range da9062_aa_readable_ranges[] = {
.range_min = DA9062AA_VLDO1_B,
.range_max = DA9062AA_VLDO4_B,
}, {
+ .range_min = DA9062AA_BBAT_CONT,
+ .range_max = DA9062AA_BBAT_CONT,
+ }, {
.range_min = DA9062AA_INTERFACE,
.range_max = DA9062AA_CONFIG_E,
}, {
@@
-721,6
+724,9
@@
static const struct regmap_range da9062_aa_writeable_ranges[] = {
.range_min = DA9062AA_VLDO1_B,
.range_max = DA9062AA_VLDO4_B,
}, {
+ .range_min = DA9062AA_BBAT_CONT,
+ .range_max = DA9062AA_BBAT_CONT,
+ }, {
.range_min = DA9062AA_GP_ID_0,
.range_max = DA9062AA_GP_ID_19,
},