rpcd: iwinfo plugin fixes
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / VOCORE.dtsi
index ff031fab41bac9e1bc109e39de2a10349df902ef..df4461a56f562c22b45d2ce8ae87466b4e53ff75 100644 (file)
@@ -1,4 +1,4 @@
-/include/ "rt5350.dtsi"
+#include "rt5350.dtsi"
 
 / {
        compatible = "VoCore", "ralink,rt5350-soc";
                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>;
+       };
+};