dt-bindings: pinctrl: xlnx,versal-pinctrl: Add missing unevaluatedProperties on '^conf' nodes

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>
This commit is contained in:
Rob Herring (Arm) 2025-11-18 15:34:27 -06:00 committed by Linus Walleij
parent 6010d4d8b5
commit 79afd3c5ed
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ patternProperties:
'^conf': '^conf':
type: object type: object
unevaluatedProperties: false
description: description:
Pinctrl node's client devices use subnodes for pin configurations, Pinctrl node's client devices use subnodes for pin configurations,
which in turn use the standard properties below. which in turn use the standard properties below.