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

regulator: lochnagar: Add on_off_delay for VDDCORE

The VDDCORE regulator takes a good length of time to discharge down, so
add an on_off_delay to ensure DCVDD is removed before it is powered on
again.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20191001132017.1785-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Charles Keepax and committed by
Mark Brown
f75841aa f64db548

+1
+1
drivers/regulator/lochnagar-regulator.c
··· 210 210 211 211 .enable_time = 3000, 212 212 .ramp_delay = 1000, 213 + .off_on_delay = 15000, 213 214 214 215 .owner = THIS_MODULE, 215 216 },