Skip to content

Commit

Permalink
regulator: arizona-ldo: Remove top voltage
Browse files Browse the repository at this point in the history
The highest voltage step is not supported.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Sep 28, 2012
1 parent 69760cb commit e96961d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/arizona-ldo1.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static const struct regulator_desc arizona_ldo1 = {
.vsel_mask = ARIZONA_LDO1_VSEL_MASK,
.min_uV = 900000,
.uV_step = 50000,
.n_voltages = 7,
.n_voltages = 6,

.owner = THIS_MODULE,
};
Expand Down

0 comments on commit e96961d

Please sign in to comment.