diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-27 18:00:02 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-03 23:29:25 +0400 |
commit | eefaa3c6280f3d523348e1d200e5a8215ed66fbc (patch) | |
tree | d53ebd849670f989b1d614d63c63a99b523da963 /drivers | |
parent | 00581b30ae75ea0813207803e2b1d3f9abc55b9a (diff) | |
download | linux-eefaa3c6280f3d523348e1d200e5a8215ed66fbc.tar.xz |
regulator: wm831x-ldo: Specify enable time for alive LDO
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/regulator/wm831x-ldo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/wm831x-ldo.c b/drivers/regulator/wm831x-ldo.c index 04d8a413c260..5cb70ca1e98d 100644 --- a/drivers/regulator/wm831x-ldo.c +++ b/drivers/regulator/wm831x-ldo.c @@ -701,6 +701,7 @@ static __devinit int wm831x_alive_ldo_probe(struct platform_device *pdev) 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) |