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

From: Rob Herring
Date: Tue Dec 03 2019 - 17:29:06 EST


On Sat, Nov 23, 2019 at 10:46 AM Jacek Anaszewski
<jacek.anaszewski@xxxxxxxxx> wrote:
>
> Hi Rob,
>
> On 11/19/19 8:46 PM, 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: Jacek Anaszewski <jacek.anaszewski@xxxxxxxxx>
> > Cc: Pavel Machek <pavel@xxxxxx>
> > Cc: Dan Murphy <dmurphy@xxxxxx>
> > Cc: linux-leds@xxxxxxxxxxxxxxx
> > Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> > ---
> > .../devicetree/bindings/leds/common.txt | 174 +------------
> > .../devicetree/bindings/leds/common.yaml | 228 ++++++++++++++++++
> > .../bindings/leds/trigger-source.yaml | 24 ++
> > 3 files changed, 253 insertions(+), 173 deletions(-)
> > create mode 100644 Documentation/devicetree/bindings/leds/common.yaml
> > create mode 100644 Documentation/devicetree/bindings/leds/trigger-source.yaml
>
> For both 1/2 an 2/2:
>
> Acked-by: Jacek Anaszewski <jacek.anaszewski@xxxxxxxxx>

Thanks. You should take these in case there are other changes during the cycle.

Rob