Author: blogic Date: 2015-01-08 21:26:02 +0100 (Thu, 08 Jan 2015) New Revision: 43881
Modified: trunk/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom trunk/target/linux/ramips/dts/BR-6475ND.dts Log: ramips: update BR-6475ND dts Update firmware location for 2.4GHz radio on the Edimax BR-6475nD. Signed-off-by: Christopher Lais <[email protected]> Modified: trunk/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom =================================================================== --- trunk/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom 2015-01-08 20:25:55 UTC (rev 43880) +++ trunk/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom 2015-01-08 20:26:02 UTC (rev 43881) @@ -42,7 +42,7 @@ 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 Modified: trunk/target/linux/ramips/dts/BR-6475ND.dts =================================================================== --- trunk/target/linux/ramips/dts/BR-6475ND.dts 2015-01-08 20:25:55 UTC (rev 43880) +++ trunk/target/linux/ramips/dts/BR-6475ND.dts 2015-01-08 20:26:02 UTC (rev 43881) @@ -39,6 +39,7 @@ }; wmac@10180000 { + status = "okay"; ralink,mtd-eeprom = <&factory 0>; }; @@ -58,9 +59,10 @@ 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"; }; }; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
