aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorMian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>2010-06-21 11:19:19 +0200
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:45:39 -0600
commitab9906fd08860d0c3daa1f3f9203ca4ed0b24a6e (patch)
tree61f02bbdcccf616a836f802d0127735c2dbbaa63 /arch/arm/mach-ux500
parent28b94be56f9836734eeb0565dc11ca9d69cdc7e3 (diff)
regulators: fix v-ana permission
Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Change-Id: Ib27c0c771c543367c4e4fe884392c5903dcefbbb Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2433 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r--arch/arm/mach-ux500/mop500-regulators.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/mop500-regulators.c b/arch/arm/mach-ux500/mop500-regulators.c
index 977d54b67e6..ead74eb7770 100644
--- a/arch/arm/mach-ux500/mop500-regulators.c
+++ b/arch/arm/mach-ux500/mop500-regulators.c
@@ -72,9 +72,9 @@ static struct regulator_init_data db8500_vana_init = {
.min_uV = U8500_VANA_REGULATOR_MIN_VOLTAGE,
.max_uV = U8500_VANA_REGULATOR_MAX_VOLTAGE,
.valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
- REGULATOR_CHANGE_MODE,
+ REGULATOR_CHANGE_MODE | REGULATOR_CHANGE_STATUS,
.valid_modes_mask = REGULATOR_MODE_NORMAL |
- REGULATOR_MODE_IDLE | REGULATOR_CHANGE_STATUS,
+ REGULATOR_MODE_IDLE,
},
.num_consumer_supplies = ARRAY_SIZE(db8500_vana_consumers),
.consumer_supplies = db8500_vana_consumers,