generic: 4.4: refresh patches
[openwrt.git] / target / linux / ramips / dts / VOCORE.dtsi
index ff031fa..ab1c53e 100644 (file)
                i2c@900 {
                        status = "okay";
                };
-
-               spi@b00 {
-                       status = "okay";
-
-                       spidev@1 {
-                               compatible = "linux,spidev";
-                               spi-max-frequency = <10000000>;
-                               reg = <1>;
-                       };
-               };
        };
 
        pinctrl {
@@ -38,7 +28,7 @@
        };
 
        esw@10110000 {
-               ralink,portmap = <0x17>;
+               mediatek,portmap = <0x17>;
        };
 
        wmac@10180000 {
                };
        };
 };
+
+&spi1 {
+       status = "okay";
+
+       spidev@0 {
+               compatible = "linux,spidev";
+               spi-max-frequency = <10000000>;
+               reg = <0>;
+       };
+};