Skip to content

Commit b18d797

Browse files
committed
dt-bindings: pinctrl: amlogic,pinctrl-a4: Add missing constraint on allowed 'group' node properties
The "^group-[0-9a-z-]+$" nodes schema doesn't constrain the allowed properties as the referenced common schemas don't have constraints. Add the missing "unevaluatedProperties" constraint. Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent 70a299e commit b18d797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/devicetree/bindings/pinctrl/amlogic,pinctrl-a4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ patternProperties:
6565
patternProperties:
6666
"^group-[0-9a-z-]+$":
6767
type: object
68+
unevaluatedProperties: false
6869
allOf:
6970
- $ref: /schemas/pinctrl/pincfg-node.yaml
7071
- $ref: /schemas/pinctrl/pinmux-node.yaml

0 commit comments

Comments
 (0)