diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2014-07-25 11:24:43 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-28 03:08:53 -0400 |
commit | 996c2d4f5834402daabd126bbbc55fd7683d558d (patch) | |
tree | 919676fbb4c9d4add236540a81d71b639f415738 /drivers/mfd | |
parent | ec8bd56699cb4371994437583a285b855b6f5e3a (diff) |
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')
-rw-r--r-- | drivers/mfd/arizona-core.c | 1 |
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[] = { | |||
613 | }; | 613 | }; |
614 | 614 | ||
615 | static const char *wm8997_supplies[] = { | 615 | static const char *wm8997_supplies[] = { |
616 | "MICVDD", | ||
616 | "DBVDD2", | 617 | "DBVDD2", |
617 | "CPVDD", | 618 | "CPVDD", |
618 | "SPKVDD", | 619 | "SPKVDD", |