Re: [PATCH v2 1/2] dt-bindings: leds: Convert common LED binding to schema

From: Rob Herring
Date: Thu Jan 23 2020 - 16:20:41 EST


On Wed, Jan 8, 2020 at 1:02 PM Jacek Anaszewski
<jacek.anaszewski@xxxxxxxxx> wrote:
>
> On 1/8/20 1:17 AM, Rob Herring wrote:
> > Convert the common LEDs properties bindings to a schema. As trigger source
> > providers are different nodes, we need to split trigger source properties
> > to a separate file.
> >
> > Bindings for LED controllers can reference the common schema for the LED
> > child nodes:
> >
> > patternProperties:
> > "^led@[0-4]":
> > type: object
> > allOf:
> > - $ref: common.yaml#
> >
> > Cc: Pavel Machek <pavel@xxxxxx>
> > Cc: Dan Murphy <dmurphy@xxxxxx>
> > Cc: linux-leds@xxxxxxxxxxxxxxx
> > Acked-by: Jacek Anaszewski <jacek.anaszewski@xxxxxxxxx>
> > Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> > ---
> > Jacek, Please take this via led tree
>
> Currently Pavel maintains LED tree. Pavel?

As it doesn't look like there's any conflicts, I've applied this
series to the DT tree.

Rob