Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regulator: arizona: Increase ramp delay for high current regulators

As per latest evaluation.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

+1 -1
+1 -1
drivers/regulator/arizona-ldo1.c
··· 131 131 .min_uV = 900000, 132 132 .uV_step = 50000, 133 133 .n_voltages = 8, 134 - .enable_time = 500, 134 + .enable_time = 1500, 135 135 136 136 .owner = THIS_MODULE, 137 137 };