Re: [PATCH] dt-bindings: mfd: Add missing unevaluatedProperties on child node schemas

From: AngeloGioacchino Del Regno
Date: Tue Sep 26 2023 - 05:21:20 EST


Il 25/09/23 23:27, Rob Herring ha scritto:
Just as unevaluatedProperties or additionalProperties are required at
the top level of schemas, they should (and will) also be required for
child node schemas. That ensures only documented properties are
present for any node.

Add unevaluatedProperties as needed, and then add any missing properties
flagged by the addition.

Signed-off-by: Rob Herring <robh@xxxxxxxxxx>

For MediaTek:

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>

---
Documentation/devicetree/bindings/mfd/maxim,max5970.yaml | 5 +++++
Documentation/devicetree/bindings/mfd/mediatek,mt6357.yaml | 2 ++
Documentation/devicetree/bindings/mfd/rockchip,rk805.yaml | 1 +
Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml | 1 +
Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml | 3 ++-
Documentation/devicetree/bindings/mfd/rockchip,rk818.yaml | 1 +
Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml | 1 +
Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml | 1 +
Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml | 1 +
9 files changed, 15 insertions(+), 1 deletion(-)