mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 07:42:38 -04:00
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:
committed by
Rob Herring (Arm)
parent
74459b0dac
commit
33b6c8ed1d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user