aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Schwermer <[email protected]>2022-04-07 09:32:23 +0200
committerPavel Machek <[email protected]>2022-05-05 10:04:52 +0200
commit21c0d13e3dd64581bab0ef4b4d0fea7752cc236b (patch)
treef53033dac9a4d6b212dc19cba7e6a1f936435194
parent835fc89e249e07ec5c1587a297e30db8f2adcea3 (diff)
dt-bindings: leds: Optional multi-led unit address
The unit address does not make sense in all cases the multi-led node is used, e.g. for the upcoming PWM multi-color LED driver. Signed-off-by: Sven Schwermer <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Pavel Machek <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/leds/leds-class-multicolor.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-class-multicolor.yaml b/Documentation/devicetree/bindings/leds/leds-class-multicolor.yaml
index 37445c68cdef..f41d021ed677 100644
--- a/Documentation/devicetree/bindings/leds/leds-class-multicolor.yaml
+++ b/Documentation/devicetree/bindings/leds/leds-class-multicolor.yaml
@@ -20,7 +20,7 @@ description: |
within this documentation directory.
patternProperties:
- "^multi-led@([0-9a-f])$":
+ "^multi-led(@[0-9a-f])?$":
type: object
description: Represents the LEDs that are to be grouped.
properties: