1
0
Fork 0

regulator: arizona: Increase ramp delay for high current regulators

As per latest evaluation.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
wifi-calibration
Mark Brown 2013-03-26 12:02:32 +00:00
parent a937536b86
commit ce1bcb7eab
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ static const struct regulator_desc arizona_ldo1_hc = {
.min_uV = 900000,
.uV_step = 50000,
.n_voltages = 8,
.enable_time = 500,
.enable_time = 1500,
.owner = THIS_MODULE,
};