On Wed, Dec 7, 2022 at 9:43 PM Rob Herring <robh@xxxxxxxxxx> wrote: > > 'led' nodes should have a reference to LED common.yaml schema. Add it where > missing and drop any duplicate properties. > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > .../devicetree/bindings/leds/leds-max77650.yaml | 9 ++------- > diff --git a/Documentation/devicetree/bindings/leds/leds-max77650.yaml b/Documentation/devicetree/bindings/leds/leds-max77650.yaml > index c6f96cabd4d1..fdb08f44a45d 100644 > --- a/Documentation/devicetree/bindings/leds/leds-max77650.yaml > +++ b/Documentation/devicetree/bindings/leds/leds-max77650.yaml > @@ -30,9 +30,8 @@ properties: > > patternProperties: > "^led@[0-2]$": > - type: object > - description: | > - Properties for a single LED. > + $ref: common.yaml# > + unevaluatedProperties: false > > properties: > reg: > @@ -41,10 +40,6 @@ patternProperties: > minimum: 0 > maximum: 2 > > - label: true > - > - linux,default-trigger: true > - > required: > - compatible > - "#address-cells" Acked-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>