diff options
| author | Serge Semin <fancer.lancer@gmail.com> | 2023-03-13 14:14:21 +0300 |
|---|---|---|
| committer | Serge Semin <fancer.lancer@gmail.com> | 2026-08-13 01:21:22 +0300 |
| commit | a79f4598f2f6bafa623e6abba9a7b4cac8475d9e (patch) | |
| tree | e6e9efcb5c70afab56b334c7a0a8dcbf3282f760 | |
| parent | 7e8d67961858044b3ae8ebafc7517b95125fcb95 (diff) | |
| download | linux-a79f4598f2f6bafa623e6abba9a7b4cac8475d9e.tar.gz linux-a79f4598f2f6bafa623e6abba9a7b4cac8475d9e.zip | |
dt-bindings: mtd: Add "sram-controller" nodename
In accordance with the DT-specification [1] SRAM-related node name is
supposed to be "sram-controller". Update the generic MTD 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/mtd/mtd.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/mtd.yaml b/Documentation/devicetree/bindings/mtd/mtd.yaml index ac10efe309e4..e8170a88f3d0 100644 --- a/Documentation/devicetree/bindings/mtd/mtd.yaml +++ b/Documentation/devicetree/bindings/mtd/mtd.yaml @@ -14,7 +14,7 @@ select: false properties: $nodename: - pattern: "^(flash|rom|.*sram|nand)(@.*)?$" + pattern: "^(flash|rom|sram-controller|.*sram|nand)(@.*)?$" label: description: |
