Commit 24a51029 authored by Mark Brown's avatar Mark Brown

ASoC: Add separate AVDD for WM8400

There is an AVDD supply as well, normally one or more of the other
upplies would be tied to it.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent e3598f6e
...@@ -48,6 +48,9 @@ static struct regulator_bulk_data power[] = { ...@@ -48,6 +48,9 @@ static struct regulator_bulk_data power[] = {
{ {
.supply = "DCVDD", .supply = "DCVDD",
}, },
{
.supply = "AVDD",
},
{ {
.supply = "FLLVDD", .supply = "FLLVDD",
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment