devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kael D'Alcamo <dev@kael-k.io>
To: Olivia Mackall <olivia@selenic.com>,
	Herbert Xu <herbert@gondor.apana.org.au>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: linux-crypto@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v2 2/2] dt-bindings: vendor-prefixes: update regex for properties without a prefix
Date: Wed, 24 Sep 2025 16:09:22 +0200	[thread overview]
Message-ID: <20250924141247.69323-6-dev@kael-k.io> (raw)
In-Reply-To: <20250924141247.69323-2-dev@kael-k.io>

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>
---
 Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 9ec8947dfcad..e12c6ca399ec 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1811,7 +1811,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
 
-- 
2.51.0


  parent reply	other threads:[~2025-09-24 14:15 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-23 10:38 [PATCH] dt-bindings: rng: sparc_sun_oracle_rng: convert to DT schema Kael D'Alcamo
2025-09-23 12:49 ` Rob Herring (Arm)
2025-09-24  7:25   ` Kael D'Alcamo
2025-09-24 13:19     ` Rob Herring
2025-09-24 16:02       ` Kael D'Alcamo
2025-09-23 14:29 ` Rob Herring
2025-09-24 11:00   ` Kael D'Alcamo
2025-09-24 14:09     ` [PATCH v2 0/2] dt-bindings: rng: sparc_sun_oracle_rng: convert to DT Kael D'Alcamo
2025-09-24 14:09       ` [PATCH v2 1/2] dt-bindings: rng: sparc_sun_oracle_rng: convert to DT schema Kael D'Alcamo
2025-09-24 17:01         ` Rob Herring (Arm)
2025-09-24 14:09       ` Kael D'Alcamo [this message]
2025-09-26 20:53       ` [PATCH v2 0/2] dt-bindings: rng: sparc_sun_oracle_rng: convert to DT Rob Herring
2025-09-27 11:48         ` Kael D'Alcamo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250924141247.69323-6-dev@kael-k.io \
    --to=dev@kael-k.io \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=krzk+dt@kernel.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olivia@selenic.com \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).