Re: [PATCH v4] dt-bindings: leds: Add default-intensity property
Stefan Wahren <[email protected]> Thu, 16 Jul 2026 17:23:40 +0200
| Newsgroups | org.kernel.vger.linux-leds,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Am 14.07.26 um 09:35 schrieb Jonas Rebmann: > Document the default-intensity property to set a default color on > multicolor LEDs. > > Update pwm-multicolor to support it and update the example to turn the > LED red on boot. > > Acked-by: Conor Dooley <[email protected]> > Signed-off-by: Jonas Rebmann <[email protected]> > --- > Changes in v4: > - Move default to leds-pwm-multicolor.yaml as other drivers have other > defaults (Thanks, Conor) > - Move definition of default-intensity property next to default-brightness > - Slighly improve description > - Link to v3: https://patch.msgid.link/[email protected] > > Changes in v3: > - make default-intensity property description more generic and less > redundant (Thanks, Conor) > - Drop applied patch that introduces the property (Thanks, Lee) > - Link to v2: https://patch.msgid.link/[email protected] > > Changes in v2: > - dt-bindings: Use correct property name in example > - dt-bindings: Add missing word in property description > - Link to v1: https://patch.msgid.link/[email protected] > --- > Documentation/devicetree/bindings/leds/common.yaml | 9 +++++++++ > Documentation/devicetree/bindings/leds/leds-pwm-multicolor.yaml | 5 +++++ > 2 files changed, 14 insertions(+) Reviewed-by: Stefan Wahren <[email protected]>