Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e96961da authored by Mark Brown's avatar Mark Brown
Browse files

regulator: arizona-ldo: Remove top voltage



The highest voltage step is not supported.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 69760cb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};