From 39da390b82ea0af738c68b9647bcaaea64a4b0ee Mon Sep 17 00:00:00 2001 From: Serge Semin Date: Thu, 6 Aug 2026 03:42:34 +0300 Subject: 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 --- Documentation/devicetree/bindings/sram/sram.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3