regulator: arizona-ldo1: Add enable time
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
9489e9dcae
commit
86a1450118
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ static const struct regulator_desc arizona_ldo1 = {
|
||||||
.min_uV = 900000,
|
.min_uV = 900000,
|
||||||
.uV_step = 50000,
|
.uV_step = 50000,
|
||||||
.n_voltages = 6,
|
.n_voltages = 6,
|
||||||
|
.enable_time = 500,
|
||||||
|
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue