diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-27 18:25:13 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-28 17:30:33 (GMT) |
commit | 8a7f0c61c0c0dfdf5d5d878fe93ae20b4fd14ee2 (patch) | |
tree | 0a0d14ae1c5ad42d19e3daad679b760458003d75 | |
parent | 55a18aef2e963c43d3a0ae20c1dfd404830aa6f9 (diff) | |
download | linux-8a7f0c61c0c0dfdf5d5d878fe93ae20b4fd14ee2.tar.xz |
regulator: arizona-ldo1: Add additional top voltage
The number of voltage slots supported by the LDO is 7, not 6.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | drivers/regulator/arizona-ldo1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/arizona-ldo1.c b/drivers/regulator/arizona-ldo1.c index 36c1c5c..800c8ad 100644 --- a/drivers/regulator/arizona-ldo1.c +++ b/drivers/regulator/arizona-ldo1.c @@ -55,7 +55,7 @@ static const struct regulator_desc arizona_ldo1 = { .bypass_mask = ARIZONA_LDO1_BYPASS, .min_uV = 900000, .uV_step = 50000, - .n_voltages = 6, + .n_voltages = 7, .enable_time = 500, .owner = THIS_MODULE, |