ramips: update BR-6475ND dts
authorJohn Crispin <john@openwrt.org>
Thu, 8 Jan 2015 20:26:02 +0000 (20:26 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 8 Jan 2015 20:26:02 +0000 (20:26 +0000)
Update firmware location for 2.4GHz radio on the Edimax BR-6475nD.

Signed-off-by: Christopher Lais <chris+openwrt@zenthought.org>
SVN-Revision: 43881

target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
target/linux/ramips/dts/BR-6475ND.dts

index 2a5a80c4bfa8943adf6fdf84d741b35ed83139b9..0cd95a5abd567f157f0f91e4b4c95ec767cd32b0 100644 (file)
@@ -42,7 +42,7 @@ case "$FIRMWARE" in
        cy-swr1100)
                rt2x00_eeprom_extract "factory" 8192 512
                ;;
-       rt-n56u | whr-600d | whr-1166d)
+       br-6475nd | rt-n56u | whr-600d | whr-1166d)
                rt2x00_eeprom_extract "factory" 32768 512
                ;;
        esac
index 06f00d6d63623e14ce4e90471a320b34e13417d6..19070284836bd4a329604fc2494ec0a8de8c1094 100644 (file)
@@ -39,6 +39,7 @@
        };
 
        wmac@10180000 {
+               status = "okay";
                ralink,mtd-eeprom = <&factory 0>;
        };
 
                        pci-bridge@1 {
                                status = "okay";
                                wmac@0,0 {
+                                       ralink,5ghz = <0>;
                                        compatible = "ralink,rt2880-pci", "pciclass060400", "pciclass0604";
                                        reg = < 0x10000 0 0 0 0 >;
-                                       ralink,eeprom = "soc_wmac.eeprom";
+                                       ralink,eeprom = "rt2x00pci_1_0.eeprom";
                                };
                        };
                };