All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 1/3] dt-bindings: leds: Optional multi-led unit address
@ 2022-02-10  7:59 sven
  2022-02-10  7:59 ` [PATCH v7 2/3] dt-bindings: leds: Add multicolor PWM LED bindings sven
  2022-02-10  7:59 ` [PATCH v7 3/3] leds: Add PWM multicolor driver sven
  0 siblings, 2 replies; 4+ messages in thread
From: sven @ 2022-02-10  7:59 UTC (permalink / raw)
  To: linux-leds, devicetree, linux-pwm
  Cc: Sven Schwermer, pavel, robh+dt, thierry.reding, u.kleine-koenig,
	lee.jones, post, andy.shevchenko, robh

From: Sven Schwermer <sven.schwermer@disruptive-technologies.com>

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 <sven.schwermer@disruptive-technologies.com>
Reviewed-by: Rob Herring <robh@kernel.org>
---

Notes:
    Changes in v7:
    * (no changes)
    
    Added in v6

 .../devicetree/bindings/leds/leds-class-multicolor.yaml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-16 23:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-10  7:59 [PATCH v7 1/3] dt-bindings: leds: Optional multi-led unit address sven
2022-02-10  7:59 ` [PATCH v7 2/3] dt-bindings: leds: Add multicolor PWM LED bindings sven
2022-02-16 23:56   ` Rob Herring
2022-02-10  7:59 ` [PATCH v7 3/3] leds: Add PWM multicolor driver sven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.