mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 01:01:52 +00:00
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>
This commit is contained in:
parent
55a18aef2e
commit
8a7f0c61c0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user