commit | 39dd00fc5dbae60c4165a06b50420a36270c68ab | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Thu Jul 26 19:47:24 2018 +0800 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 19 20:38:39 2018 -0400 |
tree | 34d0f2993b9960d8120ea43f8464613494c90492 | |
parent | 4aee624c927519fc9edc79ccc247486ac3f68392 [diff] |
drivers: regulator: fixed: add u-boot, off-on-delay-us Add u-boot,off-on-delay-us for fixed regulator. Depends on board design, the gpio regulator sometimes connects with a big capacitance. When need to off, then on the regulator, if there is no enough delay, the voltage does not drop to 0, so introduce this property to handle such case. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>