linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: sram: Allow numbers in sram region node name
@ 2021-10-12 15:48 Nishanth Menon
  2021-10-26 19:35 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Nishanth Menon @ 2021-10-12 15:48 UTC (permalink / raw)
  To: Chanwoo Choi, Martin Blumenstingl, Suman Anna, Sudeep Holla, Rob Herring
  Cc: linux-kernel, devicetree, linux-arm-kernel, Nishanth Menon

Sram regions node name describes the region of reserved memory and can
be names such as l3cache@1000. Permit numbers to be used as part of the
reserved memory node name.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 Documentation/devicetree/bindings/sram/sram.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sram/sram.yaml b/Documentation/devicetree/bindings/sram/sram.yaml
index 3eda5049d183..939cf2418445 100644
--- a/Documentation/devicetree/bindings/sram/sram.yaml
+++ b/Documentation/devicetree/bindings/sram/sram.yaml
@@ -60,7 +60,7 @@ properties:
     type: boolean
 
 patternProperties:
-  "^([a-z]*-)?sram(-section)?@[a-f0-9]+$":
+  "^([a-z0-9]*-)?sram(-section)?@[a-f0-9]+$":
     type: object
     description:
       Each child of the sram node specifies a region of reserved memory.
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: sram: Allow numbers in sram region node name
  2021-10-12 15:48 [PATCH] dt-bindings: sram: Allow numbers in sram region node name Nishanth Menon
@ 2021-10-26 19:35 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2021-10-26 19:35 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: Suman Anna, Chanwoo Choi, Rob Herring, Martin Blumenstingl,
	devicetree, linux-kernel, linux-arm-kernel, Sudeep Holla

On Tue, 12 Oct 2021 10:48:33 -0500, Nishanth Menon wrote:
> Sram regions node name describes the region of reserved memory and can
> be names such as l3cache@1000. Permit numbers to be used as part of the
> reserved memory node name.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
>  Documentation/devicetree/bindings/sram/sram.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-26 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 15:48 [PATCH] dt-bindings: sram: Allow numbers in sram region node name Nishanth Menon
2021-10-26 19:35 ` Rob Herring

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).