Skip to content

Commit

Permalink
dt-bindings: regulator: fixed: add off-on-delay-us property
Browse files Browse the repository at this point in the history
When disabling a fixed regulator, it may take some time to let the
voltage drop to the expected value, such as zero. If not delay
enough time, the regulator might have been always enabled.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/1572311875-22880-2-git-send-email-peng.fan@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Peng Fan authored and Mark Brown committed Oct 29, 2019
1 parent e381bfe commit 96da2d9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ properties:
description: startup time in microseconds
$ref: /schemas/types.yaml#/definitions/uint32

off-on-delay-us:
description: off delay time in microseconds
$ref: /schemas/types.yaml#/definitions/uint32

enable-active-high:
description:
Polarity of GPIO is Active high. If this property is missing,
Expand Down

0 comments on commit 96da2d9

Please sign in to comment.