Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: regulator: fixed: add off-on-delay-us property

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>

authored by

Peng Fan and committed by
Mark Brown
96da2d9c e381bfe4

+4
+4
Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
··· 50 50 description: startup time in microseconds 51 51 $ref: /schemas/types.yaml#/definitions/uint32 52 52 53 + off-on-delay-us: 54 + description: off delay time in microseconds 55 + $ref: /schemas/types.yaml#/definitions/uint32 56 + 53 57 enable-active-high: 54 58 description: 55 59 Polarity of GPIO is Active high. If this property is missing,