diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-06-12 05:18:49 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-13 05:34:45 -0400 |
commit | 0ff472467a04dfecffbf44d2414c756c83212cbe (patch) | |
tree | 7f44e7529e4d9a1f64e1b01773a6671c04a47cd1 /drivers/regulator/wm8350-regulator.c | |
parent | 578df8babf3b1895d562e1ea0d3a81d1e77e0182 (diff) |
regulator: wm8350: Add missing min_uV and uV_step settings for DCDC4
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/wm8350-regulator.c')
-rw-r--r-- | drivers/regulator/wm8350-regulator.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/regulator/wm8350-regulator.c b/drivers/regulator/wm8350-regulator.c index ca678eea79d..53bf3df0297 100644 --- a/drivers/regulator/wm8350-regulator.c +++ b/drivers/regulator/wm8350-regulator.c | |||
@@ -1105,6 +1105,8 @@ static const struct regulator_desc wm8350_reg[NUM_WM8350_REGULATORS] = { | |||
1105 | .irq = WM8350_IRQ_UV_DC4, | 1105 | .irq = WM8350_IRQ_UV_DC4, |
1106 | .type = REGULATOR_VOLTAGE, | 1106 | .type = REGULATOR_VOLTAGE, |
1107 | .n_voltages = WM8350_DCDC_MAX_VSEL + 1, | 1107 | .n_voltages = WM8350_DCDC_MAX_VSEL + 1, |
1108 | .min_uV = 850000, | ||
1109 | .uV_step = 25000, | ||
1108 | .vsel_reg = WM8350_DCDC4_CONTROL, | 1110 | .vsel_reg = WM8350_DCDC4_CONTROL, |
1109 | .vsel_mask = WM8350_DC4_VSEL_MASK, | 1111 | .vsel_mask = WM8350_DC4_VSEL_MASK, |
1110 | .enable_reg = WM8350_DCDC_LDO_REQUESTED, | 1112 | .enable_reg = WM8350_DCDC_LDO_REQUESTED, |