diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2024-01-25 21:36:58 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-01-27 06:03:31 +0100 |
commit | 355c6dc37efa7fe6a64d155254cec8e180e5e6cb (patch) | |
tree | fca63f7fdab939670b7338db245c0253637431b8 /Documentation/devicetree/bindings/leds | |
parent | dt-bindings: net: phy: Make LED active-low property common (diff) | |
download | linux-355c6dc37efa7fe6a64d155254cec8e180e5e6cb.tar.xz linux-355c6dc37efa7fe6a64d155254cec8e180e5e6cb.zip |
dt-bindings: net: phy: Document LED inactive high impedance mode
Document LED inactive high impedance mode to set the LED to require high
impedance configuration to be turned OFF.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Lee Jones <lee@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20240125203702.4552-3-ansuelsmth@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/leds')
-rw-r--r-- | Documentation/devicetree/bindings/leds/common.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documentation/devicetree/bindings/leds/common.yaml index 5633e0aa6bdf..8a3c2398b10c 100644 --- a/Documentation/devicetree/bindings/leds/common.yaml +++ b/Documentation/devicetree/bindings/leds/common.yaml @@ -206,6 +206,12 @@ properties: Makes LED active low. To turn the LED ON, line needs to be set to low voltage instead of high. + inactive-high-impedance: + type: boolean + description: + Set LED to high-impedance mode to turn the LED OFF. LED might also + describe this mode as tristate. + # Required properties for flash LED child nodes: flash-max-microamp: description: |