Commit eefaa3c6 authored by Mark Brown's avatar Mark Brown

regulator: wm831x-ldo: Specify enable time for alive LDO

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 00581b30
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment