summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/gpio
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2024-02-03 01:23:51 +0300
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2024-02-05 11:27:49 +0300
commit868206f1eba77fdced68395f8782a4b306e74f03 (patch)
treea0231740c5e4beb7b7eb89647dc92fc1a5e2584d /Documentation/devicetree/bindings/gpio
parent3eac8bbed22e940ac1645a884f221bef408f675c (diff)
downloadlinux-868206f1eba77fdced68395f8782a4b306e74f03.tar.xz
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>
Diffstat (limited to 'Documentation/devicetree/bindings/gpio')
-rw-r--r--Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml b/Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml
index f1bd1e6b2e1f..33d4e4716516 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:
- |