Commit 33b6c8ed authored by Kael D'Alcamo's avatar Kael D'Alcamo Committed by Rob Herring (Arm)
Browse files

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: default avatarKael D'Alcamo <dev@kael-k.io>
Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
parent 74459b0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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