diff options
| author | Serge Semin <fancer.lancer@gmail.com> | 2026-08-06 03:42:34 +0300 |
|---|---|---|
| committer | Serge Semin <fancer.lancer@gmail.com> | 2026-08-13 01:21:22 +0300 |
| commit | 39da390b82ea0af738c68b9647bcaaea64a4b0ee (patch) | |
| tree | f92200b3d8a36ec67bb626a36f2742e2567ee660 | |
| parent | a79f4598f2f6bafa623e6abba9a7b4cac8475d9e (diff) | |
| download | linux-39da390b82ea0af738c68b9647bcaaea64a4b0ee.tar.gz linux-39da390b82ea0af738c68b9647bcaaea64a4b0ee.zip | |
dt-bindings: sram: Add "sram-controller" nodename
In accordance with the DT-specification [1] SRAM-related node name is
supposed to be "sram-controller". Update the generic SRAM bindings to
permitting the nodes with such names thus to be consistent with the
specification.
[1] Devicetree Specification Release v0.3, 13 February 2020, p.10
Signed-off-by: Serge Semin <fancer.lancer@gmail.com>
| -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 c451140962c8..e9faffb64463 100644 --- a/Documentation/devicetree/bindings/sram/sram.yaml +++ b/Documentation/devicetree/bindings/sram/sram.yaml @@ -22,7 +22,7 @@ description: |+ properties: $nodename: - pattern: "^sram(@.*)?" + pattern: "^sram(-controller)?(@.*)?" compatible: contains: |
