From a79f4598f2f6bafa623e6abba9a7b4cac8475d9e Mon Sep 17 00:00:00 2001 From: Serge Semin Date: Mon, 13 Mar 2023 14:14:21 +0300 Subject: 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 --- Documentation/devicetree/bindings/mtd/mtd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3