[PATCH] dt-bindings: spi: spi-mux: rename flash node

From: Michael Walle
Date: Mon May 17 2021 - 12:36:48 EST


The recent conversion of the common MTD properties to YAML now mandates
a particular node name for SPI flash devices.

Reported-by: Rob Herring <robh@xxxxxxxxxx>
Signed-off-by: Michael Walle <michael@xxxxxxxx>
---
Documentation/devicetree/bindings/spi/spi-mux.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/spi-mux.yaml b/Documentation/devicetree/bindings/spi/spi-mux.yaml
index d09c6355e22d..51c7622dc20b 100644
--- a/Documentation/devicetree/bindings/spi/spi-mux.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-mux.yaml
@@ -72,7 +72,7 @@ examples:

mux-controls = <&mux>;

- spi-flash@0 {
+ flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <40000000>;
--
2.20.1