mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
mx31ads: Mark as having full regulatoion constraints with 1133-EV1 board
This allows the regulator API to power off unused regulators at the end of init. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
132d3f950e
commit
0ac402fdaa
1 changed files with 2 additions and 0 deletions
|
@ -452,6 +452,8 @@ static int mx31_wm8350_init(struct wm8350 *wm8350)
|
|||
|
||||
wm8350->codec.platform_data = &imx32ads_wm8350_setup;
|
||||
|
||||
regulator_has_full_constraints();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue