diff options
author | Peng Fan <peng.fan@nxp.com> | 2018-07-26 19:47:24 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-19 20:38:39 -0400 |
commit | 39dd00fc5dbae60c4165a06b50420a36270c68ab (patch) | |
tree | 34d0f2993b9960d8120ea43f8464613494c90492 /doc | |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-tree-bindings/regulator/fixed.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/regulator/fixed.txt b/doc/device-tree-bindings/regulator/fixed.txt index 5fd9033fea2..453d2bef445 100644 --- a/doc/device-tree-bindings/regulator/fixed.txt +++ b/doc/device-tree-bindings/regulator/fixed.txt @@ -11,6 +11,7 @@ Required properties: Optional properties: - gpio: GPIO to use for enable control - startup-delay-us: startup time in microseconds +- u-boot,off-on-delay-us: off delay time in microseconds - regulator constraints (binding info: regulator.txt) - enable-active-high: Polarity of GPIO is Active high. If this property is missing, the default assumed is Active low. |