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

Rob Herring (Arm) posted 1 patch 1 week, 6 days ago
.../devicetree/bindings/pinctrl/xlnx,versal-pinctrl.yaml         | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: pinctrl: xlnx,versal-pinctrl: Add missing unevaluatedProperties on '^conf' nodes
Posted by Rob Herring (Arm) 1 week, 6 days ago
Add the missing unevaluatedProperties to disallow extra properties on
the '^conf' nodes.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../devicetree/bindings/pinctrl/xlnx,versal-pinctrl.yaml         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pinctrl/xlnx,versal-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/xlnx,versal-pinctrl.yaml
index 55ece6a8be5e..81e2164ea98f 100644
--- a/Documentation/devicetree/bindings/pinctrl/xlnx,versal-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/xlnx,versal-pinctrl.yaml
@@ -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.
-- 
2.51.0
Re: [PATCH] dt-bindings: pinctrl: xlnx,versal-pinctrl: Add missing unevaluatedProperties on '^conf' nodes
Posted by Linus Walleij 1 week, 5 days ago
On Tue, Nov 18, 2025 at 10:34 PM Rob Herring (Arm) <robh@kernel.org> wrote:

> Add the missing unevaluatedProperties to disallow extra properties on
> the '^conf' nodes.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Patch applied for fixes.

Yours,
Linus Walleij