]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mfd: arizona: Add MICVDD to mapped regulators for wm8997
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Fri, 25 Jul 2014 15:24:43 +0000 (16:24 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 28 Jul 2014 07:08:53 +0000 (08:08 +0100)
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>
drivers/mfd/arizona-core.c

index e9c3563766a6414a29dc5c0ac2c721865f103ad2..e0d415efb24dea4f180b35f8b3dd187daf6f1665 100644 (file)
@@ -613,6 +613,7 @@ static const struct mfd_cell wm5110_devs[] = {
 };
 
 static const char *wm8997_supplies[] = {
+       "MICVDD",
        "DBVDD2",
        "CPVDD",
        "SPKVDD",