diff options
Diffstat (limited to 'drivers/regulator/db8500-prcmu.c')
-rw-r--r-- | drivers/regulator/db8500-prcmu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/regulator/db8500-prcmu.c b/drivers/regulator/db8500-prcmu.c index 846acf240e48..617c1adca816 100644 --- a/drivers/regulator/db8500-prcmu.c +++ b/drivers/regulator/db8500-prcmu.c | |||
@@ -263,6 +263,8 @@ dbx500_regulator_info[DB8500_NUM_REGULATORS] = { | |||
263 | .ops = &db8500_regulator_ops, | 263 | .ops = &db8500_regulator_ops, |
264 | .type = REGULATOR_VOLTAGE, | 264 | .type = REGULATOR_VOLTAGE, |
265 | .owner = THIS_MODULE, | 265 | .owner = THIS_MODULE, |
266 | .fixed_uV = 1800000, | ||
267 | .n_voltages = 1, | ||
266 | }, | 268 | }, |
267 | .exclude_from_power_state = true, | 269 | .exclude_from_power_state = true, |
268 | }, | 270 | }, |