diff options
| author | Serge Semin <fancer.lancer@gmail.com> | 2023-03-13 14:08:17 +0300 |
|---|---|---|
| committer | Serge Semin <fancer.lancer@gmail.com> | 2026-08-13 01:21:22 +0300 |
| commit | 7e8d67961858044b3ae8ebafc7517b95125fcb95 (patch) | |
| tree | 631204e3dbd19690f7cc220386eaf9029c7e9358 | |
| parent | 028ef9c96e96197026887c0f092424679298aae8 (diff) | |
| download | linux-7e8d67961858044b3ae8ebafc7517b95125fcb95.tar.gz linux-7e8d67961858044b3ae8ebafc7517b95125fcb95.zip | |
dt-bindings: mtd: Add "rom" nodename
Aside of "flash" and "s?ram" it's possible to have just RO-memory accessed
as the Memory Technology Device. In this case the most suitable nodename
would be just "rom".
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 5a2d06c96c0d..ac10efe309e4 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|.*sram|nand)(@.*)?$" + pattern: "^(flash|rom|.*sram|nand)(@.*)?$" label: description: |
