From: Mark Brown Date: Wed, 27 Jun 2012 14:00:02 +0000 (+0100) Subject: regulator: wm831x-ldo: Specify enable time for alive LDO X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=eefaa3c6280f3d523348e1d200e5a8215ed66fbc;p=linux-beck.git regulator: wm831x-ldo: Specify enable time for alive LDO Signed-off-by: Mark Brown --- 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)