dt-bindings: spi: spi-mux: rename flash node
authorMichael Walle <michael@walle.cc>
Mon, 17 May 2021 15:39:46 +0000 (17:39 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 18 May 2021 13:04:24 +0000 (14:04 +0100)
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@kernel.org>
Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210517153946.9502-1-michael@walle.cc
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/spi-mux.yaml

index 6c21a13..c2c0072 100644 (file)
@@ -72,7 +72,7 @@ examples:
 
             mux-controls = <&mux>;
 
-            spi-flash@0 {
+            flash@0 {
                 compatible = "jedec,spi-nor";
                 reg = <0>;
                 #address-cells = <1>;