diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-04 13:24:50 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-01-05 07:11:38 -0500 |
commit | becc670a1bda8f240a93e45d9794f9f79713ffdb (patch) | |
tree | dad00c28edea0aeb422ce7a4353620675f645391 /arch/arm/mach-mx3/mx31ads.c | |
parent | edc34a90613bbb393c019882f85b74f24066ca19 (diff) |
mx31ads: Allow enable/disable of switchable supplies
They will be automatically powered off at startup so users will
need to enable them for use.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/mx31ads.c')
-rw-r--r-- | 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 cda570be124e..718fbe6615ef 100644 --- a/arch/arm/mach-mx3/mx31ads.c +++ b/arch/arm/mach-mx3/mx31ads.c | |||
@@ -302,6 +302,7 @@ static struct regulator_init_data ldo1_data = { | |||
302 | .min_uV = 2800000, | 302 | .min_uV = 2800000, |
303 | .max_uV = 2800000, | 303 | .max_uV = 2800000, |
304 | .valid_modes_mask = REGULATOR_MODE_NORMAL, | 304 | .valid_modes_mask = REGULATOR_MODE_NORMAL, |
305 | .valid_ops_mask = REGULATOR_CHANGE_STATUS, | ||
305 | .apply_uV = 1, | 306 | .apply_uV = 1, |
306 | }, | 307 | }, |
307 | }; | 308 | }; |
@@ -318,6 +319,7 @@ static struct regulator_init_data ldo2_data = { | |||
318 | .min_uV = 3300000, | 319 | .min_uV = 3300000, |
319 | .max_uV = 3300000, | 320 | .max_uV = 3300000, |
320 | .valid_modes_mask = REGULATOR_MODE_NORMAL, | 321 | .valid_modes_mask = REGULATOR_MODE_NORMAL, |
322 | .valid_ops_mask = REGULATOR_CHANGE_STATUS, | ||
321 | .apply_uV = 1, | 323 | .apply_uV = 1, |
322 | }, | 324 | }, |
323 | .num_consumer_supplies = ARRAY_SIZE(ldo2_consumers), | 325 | .num_consumer_supplies = ARRAY_SIZE(ldo2_consumers), |