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 <robh@kernel.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
This commit is contained in:
Rob Herring 2024-02-02 16:23:51 -06:00 committed by Bartosz Golaszewski
parent 3eac8bbed2
commit 868206f1eb

View File

@ -115,7 +115,7 @@ allOf:
required:
- reg
unevaluatedProperties: true
unevaluatedProperties: false
examples:
- |