mirror of
https://github.com/adulau/aha.git
synced 2024-12-31 21:26:18 +00:00
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: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
e3598f6e42
commit
24a51029fc
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ static struct regulator_bulk_data power[] = {
|
|||
{
|
||||
.supply = "DCVDD",
|
||||
},
|
||||
{
|
||||
.supply = "AVDD",
|
||||
},
|
||||
{
|
||||
.supply = "FLLVDD",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue