[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251114110636.143268-7-srini@kernel.org>
Date: Fri, 14 Nov 2025 11:06:34 +0000
From: srini@...nel.org
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org,
Wolfram Sang <wsa+renesas@...g-engineering.com>,
Conor Dooley <conor.dooley@...rochip.com>,
Srinivas Kandagatla <srini@...nel.org>
Subject: [PATCH 6/8] dt-bindings: nvmem: don't check node names
From: Wolfram Sang <wsa+renesas@...g-engineering.com>
Node names are already and properly checked by the core schema. No need
to do it again.
Signed-off-by: Wolfram Sang <wsa+renesas@...g-engineering.com>
Acked-by: Conor Dooley <conor.dooley@...rochip.com>
Signed-off-by: Srinivas Kandagatla <srini@...nel.org>
---
Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
index 3b2aa605a551..ab4cdc4e3614 100644
--- a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
+++ b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
@@ -31,7 +31,7 @@ properties:
maxItems: 1
patternProperties:
- "^.*@[0-9a-f]+$":
+ "@[0-9a-f]+$":
type: object
$ref: layouts/fixed-cell.yaml
unevaluatedProperties: false
--
2.51.0
Powered by blists - more mailing lists