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 <dev@kael-k.io>
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
This commit is contained in:
Kael D'Alcamo
2025-09-24 16:09:22 +02:00
committed by Rob Herring (Arm)
parent 74459b0dac
commit 33b6c8ed1d

View File

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