Skip to content

Commit

Permalink
mx31ads: Mark as having full regulatoion constraints with 1133-EV1 board
Browse files Browse the repository at this point in the history
This allows the regulator API to power off unused regulators at the end
of init.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown authored and Sascha Hauer committed Apr 16, 2009
1 parent 132d3f9 commit 0ac402f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-mx3/mx31ads.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0ac402f

Please sign in to comment.