doc: device-tree-bindings: switch from spi-flash to jedec, spi-nor
authorNeil Armstrong <narmstrong@baylibre.com>
Sun, 10 Feb 2019 10:16:23 +0000 (10:16 +0000)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 12 Apr 2019 05:24:27 +0000 (10:54 +0530)
Since all DTS files has been switched to "jedec,spi-nor", remove
the "spi-flash" compatible from the bindings examples.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Reviewed-by: Patrick Delaunay <Patrick.delaunay@st.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
doc/device-tree-bindings/spi/spi-atcspi200.txt
doc/device-tree-bindings/spi/spi-stm32-qspi.txt

index a1b559668ff76fdf8bce7c962b88aab2d509c792..a376c6fba5df1894470c4d4da6a2b50bc4e194d5 100644 (file)
@@ -42,7 +42,7 @@ Example:
                status = "okay";
 
                spi_flash@0 {
-                       compatible = "spi-flash";
+                       compatible = "jedec,spi-nor";
                        reg = <0>;
                        spi-max-frequency = <50000000>;
                };
index 9c0630b5003ee2a9a898c2662b102becfc74c0bf..e67b3425f0d222583e35ac896f90c909e29fe0b9 100644 (file)
@@ -28,7 +28,7 @@ Example:
                clocks = <&spiclk>;
                interrupts = <3 4>;
                flash@0 {
-                       compatible = "spi-flash";
+                       compatible = "jedec,spi-nor";
                        spi-max-frequency = <50000000>;
                        reg = <0>;
                        spi-cpol;
index 6c7da1d76c1d8144e74fcf66eb8fc03afad523c1..cec3e1250ce22bf839a0860707d3916c969d652d 100644 (file)
@@ -29,7 +29,7 @@ Example:
                qflash0: n25q128a {
                        #address-cells = <1>;
                        #size-cells = <1>;
-                       compatible = "micron,n25q128a13", "spi-flash";
+                       compatible = "micron,n25q128a13", "jedec,spi-nor";
                        spi-max-frequency = <108000000>;
                        spi-tx-bus-width = <4>;
                        spi-rx-bus-width = <4>;