Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / arch / arm / boot / dts / armada-xp-linksys-mamba.dts
index 7a46154..076f27f 100644 (file)
                                        reg = <0x180000 0x780000>;   /* 7.5MB */
                                };
                        };
-
-                       spi0: spi@10600 {
-                               status = "okay";
-
-                               spi-flash@0 {
-                                       #address-cells = <1>;
-                                       #size-cells = <1>;
-                                       compatible = "everspin,mr25h256";
-                                       reg = <0>; /* Chip select 0 */
-                                       spi-max-frequency = <40000000>;
-                               };
-                       };
                };
        };
 
                marvell,function = "gpio";
        };
 };
+
+&spi0 {
+       status = "okay";
+
+       spi-flash@0 {
+               #address-cells = <1>;
+               #size-cells = <1>;
+               compatible = "everspin,mr25h256";
+               reg = <0>; /* Chip select 0 */
+               spi-max-frequency = <40000000>;
+       };
+};