Re: [PATCH] dt-bindings: mfd: Add missing (unevaluated|additional)Properties on child nodes

From: Rob Herring
Date: Tue Sep 06 2022 - 11:25:52 EST


On Mon, Sep 05, 2022 at 03:37:15PM +0100, Lee Jones wrote:
> On Tue, 23 Aug 2022, Rob Herring wrote:
>
> > In order to ensure only documented properties are present, node schemas
> > must have unevaluatedProperties or additionalProperties set to false
> > (typically).
> >
> > Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> > ---
> > .../mfd/allwinner,sun6i-a31-prcm.yaml | 40 +++++++++++++++++++
> > .../mfd/allwinner,sun8i-a23-prcm.yaml | 10 +++++
> > .../bindings/mfd/cirrus,lochnagar.yaml | 5 +++
> > .../devicetree/bindings/mfd/dlg,da9063.yaml | 7 ++--
> > .../bindings/mfd/gateworks-gsc.yaml | 5 ++-
> > .../bindings/mfd/maxim,max14577.yaml | 1 +
> > .../bindings/mfd/maxim,max77843.yaml | 1 +
> > .../bindings/mfd/rockchip,rk817.yaml | 2 +
> > .../bindings/mfd/silergy,sy7636a.yaml | 1 +
> > .../bindings/mfd/st,stm32-lptimer.yaml | 4 ++
> > .../bindings/mfd/st,stm32-timers.yaml | 3 ++
> > .../devicetree/bindings/mfd/st,stmfx.yaml | 1 +
> > .../bindings/mfd/stericsson,ab8500.yaml | 22 ++++++++++
> > .../devicetree/bindings/mfd/ti,tps65086.yaml | 1 +
> > .../bindings/mfd/x-powers,axp152.yaml | 1 +
> > 15 files changed, 100 insertions(+), 4 deletions(-)
>
> What are your plans for this set?
>
> Want me to merge it?

Yes, please.

Rob