On Thu, Apr 07, 2022 at 04:47:44PM +0900, Kunihiko Hayashi wrote: > This refers common bindings, so this is preferred for > unevaluatedProperties instead of additionalProperties. > > Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx> > --- > .../bindings/interrupt-controller/socionext,uniphier-aidet.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/socionext,uniphier-aidet.yaml b/Documentation/devicetree/bindings/interrupt-controller/socionext,uniphier-aidet.yaml > index f89ebde76dab..77f2d58a9c3f 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/socionext,uniphier-aidet.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/socionext,uniphier-aidet.yaml > @@ -49,7 +49,7 @@ required: > - interrupt-controller > - '#interrupt-cells' > > -additionalProperties: false > +unevaluatedProperties: false As mentioned elsewhere, not necessary here. Rob