ramips: update DTS files to use jedec,spi-nor compatible string for m25p80 to fix...
[openwrt.git] / target / linux / ramips / dts / 3G150B.dts
index bdcca71..628a0fa 100644 (file)
@@ -9,10 +9,11 @@
        palmbus@10000000 {
                spi@b00 {
                        status = "okay";
+
                        m25p80@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "s25fl064k";
+                               compatible = "jedec,spi-nor";
                                reg = <0 0>;
                                linux,modalias = "m25p80", "s25fl064k";
                                spi-max-frequency = <10000000>;
@@ -41,6 +42,7 @@
                                };
                        };
                };
+
                gpio1: gpio@660 {
                        status = "okay";
                };
@@ -60,7 +62,7 @@
        };
 
        esw@10110000 {
-               ralink,portmap = <0x2f>;
+               mediatek,portmap = <0x2f>;
        };
 
        wmac@10180000 {
 
        gpio-leds {
                compatible = "gpio-leds";
+
                ap {
-                       label = "tenda:blue:ap";
+                       label = "3g150b:blue:ap";
                        gpios = <&gpio0 7 1>;
                };
+
                3g {
-                       label = "tenda:blue:3g";
+                       label = "3g150b:blue:3g";
                        gpios = <&gpio0 14 1>;
                };
        };
@@ -93,6 +97,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
                poll-interval = <20>;
+
                reset {
                        label = "reset";
                        gpios = <&gpio0 0 1>;
                        gpios = <&gpio0 13 0>;
                };
        };
-
 };