Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eefaa3c6 authored by Mark Brown's avatar Mark Brown
Browse files

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

parent 00581b30
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)