Re: [PATCH V2 1/2] dt-bindings: leds-group-multicolor: Enable default-intensity

From: Rob Herring

Date: Tue Aug 11 2026 - 10:22:53 EST


On Sun, Aug 02, 2026 at 01:57:26PM +0200, Stefan Wahren wrote:
> Since commit 2ebd1cb772b0 ("dt-bindings: leds: Add default-intensity
> property") there is a property to specify the default color on
> multicolor LEDs.
>
> This is also helpful for leds-group-multicolor, so enable it.
>
> Signed-off-by: Stefan Wahren <wahrenst@xxxxxxx>
> ---
> .../devicetree/bindings/leds/leds-group-multicolor.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/leds/leds-group-multicolor.yaml b/Documentation/devicetree/bindings/leds/leds-group-multicolor.yaml
> index 5c9cfa39396b..1f308cdb71c8 100644
> --- a/Documentation/devicetree/bindings/leds/leds-group-multicolor.yaml
> +++ b/Documentation/devicetree/bindings/leds/leds-group-multicolor.yaml
> @@ -19,6 +19,8 @@ properties:
>
> leds: true
>
> + default-intensity: true
> +

Sashiko is correct. This is in the wrong place compared to other cases.
It should be defined where there is a ref to common.yaml as that is
where the property is defined.

Rob