diff options
author | Mark Brown <broonie@kernel.org> | 2015-07-17 12:42:48 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-17 12:42:48 +0100 |
commit | bf1fc23c80e61695e8e899354d17549a4946a9d0 (patch) | |
tree | d2f4a544d3b96f7e576a7622e3cd75cc2bcfa51d /drivers/regulator | |
parent | fa26e4d2b3cf1c84f20fbc003501bb028f682d92 (diff) | |
parent | 322dfa6402ec08da1ca182ac0061a1cf2c5c3101 (diff) | |
download | linux-bf1fc23c80e61695e8e899354d17549a4946a9d0.tar.bz2 |
Merge branch 'fix/88pm800' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-88pm800
Conflicts:
drivers/regulator/88pm800.c
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/88pm800.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/88pm800.c b/drivers/regulator/88pm800.c index 26c277f7c98e..a62a89674fb5 100644 --- a/drivers/regulator/88pm800.c +++ b/drivers/regulator/88pm800.c @@ -133,7 +133,7 @@ struct pm800_regulators { .owner = THIS_MODULE, \ .n_voltages = ARRAY_SIZE(ldo_volt_table), \ .vsel_reg = PM800_##vreg##_VOUT, \ - .vsel_mask = 0x1f, \ + .vsel_mask = 0xf, \ .enable_reg = PM800_##ereg, \ .enable_mask = 1 << (ebit), \ .volt_table = ldo_volt_table, \ |