aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/arizona-core.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2014-07-25 16:24:43 +0100
committerLee Jones <lee.jones@linaro.org>2014-07-28 08:08:53 +0100
commit996c2d4f5834402daabd126bbbc55fd7683d558d (patch)
tree919676fbb4c9d4add236540a81d71b639f415738 /drivers/mfd/arizona-core.c
parentmfd: max77686: Ensure device type IDs are architecture agnostic (diff)
downloadlinux-dev-996c2d4f5834402daabd126bbbc55fd7683d558d.tar.xz
linux-dev-996c2d4f5834402daabd126bbbc55fd7683d558d.zip
mfd: arizona: Add MICVDD to mapped regulators for wm8997
The previous update adding MICVDD to the regulator mappings: mfd: arizona: Add MICVDD to mapped regulators Only added the mapping for wm5102 and wm5110 but wm8997 also has a MICVDD supply that needs to be mapped back to the main Arizona device. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/arizona-core.c')
-rw-r--r--drivers/mfd/arizona-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/arizona-core.c b/drivers/mfd/arizona-core.c
index e9c3563766a6..e0d415efb24d 100644
--- a/drivers/mfd/arizona-core.c
+++ b/drivers/mfd/arizona-core.c
@@ -613,6 +613,7 @@ static const struct mfd_cell wm5110_devs[] = {
};
static const char *wm8997_supplies[] = {
+ "MICVDD",
"DBVDD2",
"CPVDD",
"SPKVDD",