diff options
author | Frank Wunderlich <[email protected]> | 2023-02-07 14:35:04 +0100 |
---|---|---|
committer | Felix Fietkau <[email protected]> | 2023-04-17 15:34:34 +0200 |
commit | 64822bdba456a145f7cb4c66d9939bf42c64ae62 (patch) | |
tree | d76ca11342e87e47e5a115fef113bd34347ad0f0 | |
parent | 532f0482fc577a78c0086893ab39acb406ac3e65 (diff) |
dt-bindings: mt76: add active-low property for led
LEDs can be in low-active mode, driver already supports it, but
documentation is missing. Add documentation for the dt property.
Signed-off-by: Frank Wunderlich <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml b/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml index 7d526ff53fb7..67b63f119f64 100644 --- a/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml +++ b/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml @@ -111,6 +111,11 @@ properties: $ref: /schemas/leds/common.yaml# additionalProperties: false properties: + led-active-low: + description: + LED is enabled with ground signal. + type: boolean + led-sources: maxItems: 1 |