]> git.ipfire.org Git - people/ms/u-boot.git/commit
regulator: fixed: obey startup delay
authorJohn Keeping <john@metanate.com>
Mon, 22 Aug 2016 14:10:09 +0000 (15:10 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 6 Sep 2016 17:18:21 +0000 (13:18 -0400)
commit7302fbb31d1ba8b208ae5e400028c692167c7072
treeeb647d4a9362026c43e16bb4fcf6453a9bcedc52
parent07913d1e42c1db77acd653fb4aa671b664c59db2
regulator: fixed: obey startup delay

When enabling a fixed regulator, it may take some time to rise to the
correct voltage.  If we do not delay here then subsequent operations
will fail.

Signed-off-by: John Keeping <john@metanate.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/device-tree-bindings/regulator/fixed.txt
drivers/power/regulator/fixed.c