Gitweb: http://git.kernel.org/linus/0ac402fdaa4569604e802018922ae7cdbe0fc63b Commit: 0ac402fdaa4569604e802018922ae7cdbe0fc63b Parent: 132d3f950e4dbc4e4315e44e7abc85f8aba469fd Author: Mark Brown <broonie@opensource.wolfsonmicro.com> AuthorDate: Mon Apr 13 13:05:28 2009 +0100 Committer: Sascha Hauer <s.hauer@pengutronix.de> CommitDate: Thu Apr 16 13:03:56 2009 +0200 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> --- arch/arm/mach-mx3/mx31ads.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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; } -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
