From: Rob Herring Date: Fri, 2 Feb 2024 22:23:51 +0000 (-0600) Subject: dt-bindings: gpio: mvebu: Fix "unevaluatedProperties" to be false X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=868206f1eba77fdced68395f8782a4b306e74f03;p=linux.git dt-bindings: gpio: mvebu: Fix "unevaluatedProperties" to be false Schemas need "unevaluatedProperties" or "additionalProperties" to be false in order to disallow undefined properties. Only common or otherwise incomplete schemas should allow undefined properties. Signed-off-by: Rob Herring Signed-off-by: Bartosz Golaszewski --- diff --git a/Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml b/Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml index f1bd1e6b2e1f8..33d4e4716516d 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml @@ -115,7 +115,7 @@ allOf: required: - reg -unevaluatedProperties: true +unevaluatedProperties: false examples: - |