diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2024-02-29 19:24:00 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-03-04 09:59:32 +0100 |
commit | df620d7fabe984accf6567c846e4188fbd8add4d (patch) | |
tree | 084899715adc88f66a13dbe8080836c8dfe8e531 /Documentation/devicetree/bindings/leds | |
parent | net: bareudp: Remove generic .ndo_get_stats64 (diff) | |
download | linux-df620d7fabe984accf6567c846e4188fbd8add4d.tar.xz linux-df620d7fabe984accf6567c846e4188fbd8add4d.zip |
dt-bindings: leds: pwm-multicolour: re-allow active-low
active-low was lifted to the common schema for leds, but it went
unnoticed that the leds-multicolour binding had "additionalProperties:
false" where the other users had "unevaluatedProperties: false", thereby
disallowing active-low for multicolour leds. Explicitly permit it again.
Fixes: c94d1783136e ("dt-bindings: net: phy: Make LED active-low property common")
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Lee Jones <lee@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/leds')
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-pwm-multicolor.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-pwm-multicolor.yaml b/Documentation/devicetree/bindings/leds/leds-pwm-multicolor.yaml index 5edfbe347341..a31a202afe5c 100644 --- a/Documentation/devicetree/bindings/leds/leds-pwm-multicolor.yaml +++ b/Documentation/devicetree/bindings/leds/leds-pwm-multicolor.yaml @@ -41,6 +41,8 @@ properties: pwm-names: true + active-low: true + color: true required: |