All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt: bindings: lp55xx: Updte yaml examples with new color ID
@ 2020-08-12 19:32 Dan Murphy
  2020-08-18 19:06 ` Dan Murphy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Dan Murphy @ 2020-08-12 19:32 UTC (permalink / raw)
  To: pavel, robh; +Cc: devicetree, linux-leds, linux-kernel, Dan Murphy

Update the binding examples for the color ID to LED_COLOR_ID_RGB

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 Documentation/devicetree/bindings/leds/leds-lp55xx.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml b/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml
index b1bb3feb0f4d..89f69d62493e 100644
--- a/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml
+++ b/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml
@@ -189,7 +189,7 @@ examples:
                #address-cells = <1>;
                #size-cells = <0>;
                reg = <0x2>;
-               color = <LED_COLOR_ID_MULTI>;
+               color = <LED_COLOR_ID_RGB>;
                function = LED_FUNCTION_STANDBY;
                linux,default-trigger = "heartbeat";
 
-- 
2.28.0


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

end of thread, other threads:[~2020-09-28 16:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-12 19:32 [PATCH] dt: bindings: lp55xx: Updte yaml examples with new color ID Dan Murphy
2020-08-18 19:06 ` Dan Murphy
2020-08-24 23:25 ` Rob Herring
2020-09-09  9:13 ` Pavel Machek
2020-09-28 16:18 ` Rob Herring

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.