Skip to content

Commit 33b6c8e

Browse files
kael-krobherring
authored andcommitted
dt-bindings: vendor-prefixes: update regex for properties without a prefix
Update vendor-prefixes.yaml to allow property names without a prefix to contain '#' character in all positions Signed-off-by: Kael D'Alcamo <[email protected]> Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent 74459b0 commit 33b6c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/vendor-prefixes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@ patternProperties:
18621862

18631863
# Normal property name match without a comma
18641864
# These should catch all node/property names without a prefix
1865-
"^[a-zA-Z0-9#_][a-zA-Z0-9+\\-._@]{0,63}$": true
1865+
"^[a-zA-Z0-9#_][a-zA-Z0-9#+\\-._@]{0,63}$": true
18661866
"^[a-zA-Z0-9+\\-._]*@[0-9a-zA-Z,]*$": true
18671867
"^#.*": true
18681868

0 commit comments

Comments
 (0)