]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: pinctrl: xlnx,versal-pinctrl: Add missing unevaluatedProperties on ...
authorRob Herring (Arm) <robh@kernel.org>
Tue, 18 Nov 2025 21:34:27 +0000 (15:34 -0600)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 19 Nov 2025 14:21:44 +0000 (15:21 +0100)
Add the missing unevaluatedProperties to disallow extra properties on
the '^conf' nodes.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/xlnx,versal-pinctrl.yaml

index 55ece6a8be5efd648347a31e30889fe7e7c58c24..81e2164ea98f653672fe7d603a8c46c0dc28eb66 100644 (file)
@@ -74,6 +74,7 @@ patternProperties:
 
       '^conf':
         type: object
+        unevaluatedProperties: false
         description:
           Pinctrl node's client devices use subnodes for pin configurations,
           which in turn use the standard properties below.