projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
132d3f9
)
mx31ads: Mark as having full regulatoion constraints with 1133-EV1 board
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 13 Apr 2009 12:05:28 +0000
(13:05 +0100)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Thu, 16 Apr 2009 11:03:56 +0000
(13:03 +0200)
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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mx3/mx31ads.c
b/arch/arm/mach-mx3/mx31ads.c
index
26bfe36
..
a6d6efe
100644
(file)
--- 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;
}