commit | ce1bcb7eabd1c6f6679b5d4a3fa3313c8da90715 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Mar 26 12:02:32 2013 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Mar 26 13:27:11 2013 +0000 |
tree | 5c9a7090bca6e096d9cb149eb9d990703d5ef944 | |
parent | a937536b868b8369b98967929045f1df54234323 [diff] [blame] |
regulator: arizona: Increase ramp delay for high current regulators As per latest evaluation. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
diff --git a/drivers/regulator/arizona-ldo1.c b/drivers/regulator/arizona-ldo1.c index ed7beec..81d8681 100644 --- a/drivers/regulator/arizona-ldo1.c +++ b/drivers/regulator/arizona-ldo1.c
@@ -131,7 +131,7 @@ .min_uV = 900000, .uV_step = 50000, .n_voltages = 8, - .enable_time = 500, + .enable_time = 1500, .owner = THIS_MODULE, };