aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2021-10-12 10:48:33 -0500
committerRob Herring <robh@kernel.org>2021-10-28 07:27:26 -0500
commitf99e2bf554b5b5a58a7a7dc3bca58ae35bd20504 (patch)
tree00e86eeaed1cef8fb45a07a82936b91bfa79590b
parentdt-bindings: display: Document the Xylon LogiCVC display controller (diff)
downloadlinux-dev-f99e2bf554b5b5a58a7a7dc3bca58ae35bd20504.tar.xz
linux-dev-f99e2bf554b5b5a58a7a7dc3bca58ae35bd20504.zip
dt-bindings: sram: Allow numbers in sram region node name
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> Link: https://lore.kernel.org/r/20211012154833.14111-1-nm@ti.com Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/sram/sram.yaml2
1 files changed, 1 insertions, 1 deletions
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.