From: Mark Brown Date: Mon, 13 Apr 2009 12:05:28 +0000 (+0100) Subject: mx31ads: Mark as having full regulatoion constraints with 1133-EV1 board X-Git-Tag: upstream/snapshot3+hdmi~19113^2~4^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ac402fdaa4569604e802018922ae7cdbe0fc63b;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 --- diff --git a/arch/arm/mach-mx3/mx31ads.c b/arch/arm/mach-mx3/mx31ads.c index 26bfe36..a6d6efe 100644 --- a/arch/arm/mach-mx3/mx31ads.c +++ b/arch/arm/mach-mx3/mx31ads.c @@ -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; }