]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: arizona: Add MICVDD to mapped regulators
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Mon, 19 May 2014 16:35:27 +0000 (17:35 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 23 May 2014 09:34:30 +0000 (10:34 +0100)
commit2e1b351fe8334783139e528dd823486636bf205d
treef583927f3335666e9cd7e7a93d1c699584547a0a
parent1c7c39c3cd44c62721a06acd0dff779fba7733e3
mfd: arizona: Add MICVDD to mapped regulators

Currently, MICVDD only binds because it is both the regulator name and
the consumer name and we will always match against the regulator name
regardless of the consumer device. If the regulator was renamed using
the init_data ASoC will no longer be able to locate the supply, as it
will be looking on the CODEC device where as the MICVDD consumer is on
the Arizona device. Add a mapping as we do for the other regulators.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/arizona-core.c