aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring (Arm) <[email protected]>2025-11-18 21:34:27 +0000
committerLinus Walleij <[email protected]>2025-11-19 14:21:44 +0000
commit79afd3c5edac93b684393ec84185b2776d0630ef (patch)
treecb5488386420e743bff0c05ca48a45d10bd1d44b
parentpinctrl: s32cc: initialize gpio_pin_config::list after kmalloc() (diff)
downloadkernel-79afd3c5edac93b684393ec84185b2776d0630ef.tar.gz
kernel-79afd3c5edac93b684393ec84185b2776d0630ef.zip
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) <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/pinctrl/xlnx,versal-pinctrl.yaml1
1 files changed, 1 insertions, 0 deletions
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.