]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: leds: Allow differently named multicolor LEDs
authorJ. Neuschäfer <j.ne@posteo.net>
Thu, 1 Jan 2026 17:19:26 +0000 (18:19 +0100)
committerLee Jones <lee@kernel.org>
Wed, 4 Feb 2026 09:20:58 +0000 (09:20 +0000)
In some cases, for example when using multiple instances of
leds-group-multicolor, a board may have multiple multi-leds which can't
be distinguished by unit address. In such cases it should be possible to
name them differently, for example multi-led-0 and multi-led-1. This
patch adds another node name pattern to leds-class-multicolor.yaml to
allow such names.

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20260101-multi-led-v3-1-e29ca8dedd37@posteo.net
Signed-off-by: Lee Jones <lee@kernel.org>
Documentation/devicetree/bindings/leds/leds-class-multicolor.yaml

index bb40bb9e036ee00e06d21e2321ecd5a7d471c408..7bfc3d807acae33baa3cbc8234ef583dcde06668 100644 (file)
@@ -21,7 +21,7 @@ description: |
 
 properties:
   $nodename:
-    pattern: "^multi-led(@[0-9a-f])?$"
+    pattern: "^multi-led(@[0-9a-f]|-[0-9]+)?$"
 
   color:
     description: |