commit | eefaa3c6280f3d523348e1d200e5a8215ed66fbc | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Jun 27 15:00:02 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Jul 03 20:29:25 2012 +0100 |
tree | d53ebd849670f989b1d614d63c63a99b523da963 | |
parent | 00581b30ae75ea0813207803e2b1d3f9abc55b9a [diff] [blame] |
regulator: wm831x-ldo: Specify enable time for alive LDO Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
diff --git a/drivers/regulator/wm831x-ldo.c b/drivers/regulator/wm831x-ldo.c index 04d8a41..5cb70ca 100644 --- a/drivers/regulator/wm831x-ldo.c +++ b/drivers/regulator/wm831x-ldo.c
@@ -701,6 +701,7 @@ ldo->desc.enable_mask = 1 << id; ldo->desc.min_uV = 800000; ldo->desc.uV_step = 50000; + ldo->desc.enable_time = 1000; config.dev = pdev->dev.parent; if (pdata)