]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dt-bindings: vendor-prefixes: update regex for properties without a prefix
authorKael D'Alcamo <dev@kael-k.io>
Wed, 24 Sep 2025 14:09:22 +0000 (16:09 +0200)
committerRob Herring (Arm) <robh@kernel.org>
Fri, 26 Sep 2025 20:53:30 +0000 (15:53 -0500)
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>
Documentation/devicetree/bindings/vendor-prefixes.yaml

index 699560820fdf7bebb15d04f5ee5862e176462b06..6ce9de649f4be6b07780f0a30c9364aa99049226 100644 (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