summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKael D'Alcamo <dev@kael-k.io>2025-09-24 16:09:22 +0200
committerRob Herring (Arm) <robh@kernel.org>2025-09-26 15:53:30 -0500
commit33b6c8ed1ddd6118fbc150269cd2201462fbd7e6 (patch)
treee5882042d6e11ac84136e9a52747a25d2e997cfa
parent74459b0dacced28542b631abf89bc24456c7f789 (diff)
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>
-rw-r--r--Documentation/devicetree/bindings/vendor-prefixes.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 699560820fdf..6ce9de649f4b 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -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