On Wed, Jan 25, 2023 at 12:00 AM Rob Herring robh@kernel.org wrote:
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.
Add unevaluatedProperties or additionalProperties as appropriate, and then add any missing properties flagged by the addition.
Signed-off-by: Rob Herring robh@kernel.org
[...]
.../devicetree/bindings/gpio/x-powers,axp209-gpio.yaml | 1 +
[...]
diff --git a/Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml b/Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml index 7f26f6b1eea1..31906c253940 100644 --- a/Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml +++ b/Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml @@ -35,6 +35,7 @@ properties: patternProperties: "^.*-pins?$": $ref: /schemas/pinctrl/pinmux-node.yaml#
additionalProperties: false
properties: pins:
Acked-by: Bartosz Golaszewski bartosz.golaszewski@linaro.org
[...]