mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
regulator: wm831x-ldo: Specify enable time for alive LDO
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
00581b30ae
commit
eefaa3c628
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user