regulator: arizona-ldo1: Add enable time

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Mark Brown 2012-11-27 17:02:29 +00:00
parent 9489e9dcae
commit 86a1450118

View file

@ -56,6 +56,7 @@ static const struct regulator_desc arizona_ldo1 = {
.min_uV = 900000,
.uV_step = 50000,
.n_voltages = 6,
.enable_time = 500,
.owner = THIS_MODULE,
};