mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
regulator: arizona-ldo: Remove top voltage
The highest voltage step is not supported. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
69760cb4d2
commit
e96961dabe
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user