瀏覽代碼

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>
Mark Brown 16 年之前
父節點
當前提交
0ac402fdaa
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/arm/mach-mx3/mx31ads.c

+ 2 - 0
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;
 	wm8350->codec.platform_data = &imx32ads_wm8350_setup;
 
 
+	regulator_has_full_constraints();
+
 	return 0;
 	return 0;
 }
 }