diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-06 12:28:51 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-06 12:28:51 +0100 |
commit | 918d623b04ad80482542477f6dfa0bd47eca3771 (patch) | |
tree | 56e6669680acfe416a73fea08cc2dccc15e1bc5a /drivers/regulator | |
parent | Merge remote-tracking branch 'regulator/fix/of' into tmp (diff) | |
parent | regulator: s2mps11: fix incorrect register for buck10 (diff) | |
download | linux-918d623b04ad80482542477f6dfa0bd47eca3771.tar.xz linux-918d623b04ad80482542477f6dfa0bd47eca3771.zip |
Merge remote-tracking branch 'regulator/fix/s2mps11' into tmp
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/s2mps11.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/s2mps11.c b/drivers/regulator/s2mps11.c index bd062a2ffbe2..cd9ea2ea1826 100644 --- a/drivers/regulator/s2mps11.c +++ b/drivers/regulator/s2mps11.c @@ -174,9 +174,9 @@ static struct regulator_ops s2mps11_buck_ops = { .min_uV = S2MPS11_BUCK_MIN2, \ .uV_step = S2MPS11_BUCK_STEP2, \ .n_voltages = S2MPS11_BUCK_N_VOLTAGES, \ - .vsel_reg = S2MPS11_REG_B9CTRL2, \ + .vsel_reg = S2MPS11_REG_B10CTRL2, \ .vsel_mask = S2MPS11_BUCK_VSEL_MASK, \ - .enable_reg = S2MPS11_REG_B9CTRL1, \ + .enable_reg = S2MPS11_REG_B10CTRL1, \ .enable_mask = S2MPS11_ENABLE_MASK \ } |