diff options
| author | Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> | 2026-04-09 13:04:30 +0300 |
|---|---|---|
| committer | Rob Herring (Arm) <robh@kernel.org> | 2026-04-10 16:44:55 +0300 |
| commit | 738dd185d3e447e1dfa65b5287730fef456089bf (patch) | |
| tree | 69c9648e3dd4a130b41788e20ac310167aa02156 /Documentation | |
| parent | 4e0dc01bd55d5fbaf30d823655e05c038f88f34b (diff) | |
| download | linux-738dd185d3e447e1dfa65b5287730fef456089bf.tar.xz | |
dt-bindings: sram: Allow multiple-word prefixes to sram subnode
Currently, foo-sram is allowed, but foo-bar-sram is not.
Allow it so that more complex names aren't unnecessarily simplified.
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260409-topic-sram_dtbindings_misc-v2-1-59dc6b0dec45@oss.qualcomm.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/sram/sram.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sram/sram.yaml b/Documentation/devicetree/bindings/sram/sram.yaml index cb2e11c73d98..d5955fef53a4 100644 --- a/Documentation/devicetree/bindings/sram/sram.yaml +++ b/Documentation/devicetree/bindings/sram/sram.yaml @@ -66,7 +66,7 @@ properties: type: boolean patternProperties: - "^([a-z0-9]*-)?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. |
