mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
regulator: arizona: Increase ramp delay for high current regulators
As per latest evaluation. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
a937536b86
commit
ce1bcb7eab
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user