diff options
author | Emil Renner Berthing <emil.renner.berthing@canonical.com> | 2022-07-05 23:01:41 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2022-07-17 13:02:02 +0200 |
commit | 83543c6e54b9dd18950533fff730e68c19cc053a (patch) | |
tree | d8728439b04fa2a734e58d941c9007e58365794b /Documentation/devicetree/bindings/leds | |
parent | leds: pwm-multicolor: Don't show -EPROBE_DEFER as errors (diff) | |
download | linux-83543c6e54b9dd18950533fff730e68c19cc053a.tar.xz linux-83543c6e54b9dd18950533fff730e68c19cc053a.zip |
dt-bindings: leds: pwm-multicolor: Add active-low property
Add the active-low property to LEDs that are part of a multicolor LED
just like the regular PWM LEDs have.
Signed-off-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'Documentation/devicetree/bindings/leds')
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-pwm-multicolor.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-pwm-multicolor.yaml b/Documentation/devicetree/bindings/leds/leds-pwm-multicolor.yaml index 6625a528f727..8d614eaf5c5e 100644 --- a/Documentation/devicetree/bindings/leds/leds-pwm-multicolor.yaml +++ b/Documentation/devicetree/bindings/leds/leds-pwm-multicolor.yaml @@ -33,6 +33,10 @@ properties: pwm-names: true + active-low: + description: For PWMs where the LED is wired to supply rather than ground. + type: boolean + color: true required: |