]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/armada-388-clearfog.dts
arm: mvebu: clearfog: update SPI flash DT description
[u-boot] / arch / arm / dts / armada-388-clearfog.dts
index b2dfd5643521ac8eb213f60e631db0b3f19d8b2f..bc52bc0167d34586799790d8ecb7279fb2fe1cef 100644 (file)
@@ -61,6 +61,7 @@
                ethernet1 = &eth0;
                ethernet2 = &eth1;
                ethernet3 = &eth2;
+               spi1 = &spi1;
        };
 
        chosen {
                                status = "okay";
                        };
 
-                       spi@10680 {
+                       spi1: spi@10680 {
                                /*
-                                * We don't seem to have the W25Q32 on the
-                                * A1 Rev 2.0 boards, so disable SPI.
-                                * CS0: W25Q32 (doesn't appear to be present)
+                                * CS0: W25Q32
                                 * CS1:
                                 * CS2: mikrobus
                                 */
                                spi-flash@0 {
                                        #address-cells = <1>;
                                        #size-cells = <0>;
-                                       compatible = "w25q32", "jedec,spi-nor";
+                                       compatible = "w25q32", "jedec,spi-nor", "spi-flash";
                                        reg = <0>; /* Chip select 0 */
                                        spi-max-frequency = <3000000>;
-                                       status = "disabled";
                                };
                        };