Author: nbd Date: 2015-01-17 17:50:59 +0100 (Sat, 17 Jan 2015) New Revision: 44010
Modified: trunk/target/linux/ramips/dts/WSR-1166.dts Log: ramips: register mt76 device tree info for WSR-1166DHP Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/ramips/dts/WSR-1166.dts =================================================================== --- trunk/target/linux/ramips/dts/WSR-1166.dts 2015-01-17 16:50:51 UTC (rev 44009) +++ trunk/target/linux/ramips/dts/WSR-1166.dts 2015-01-17 16:50:59 UTC (rev 44010) @@ -156,4 +156,26 @@ compatible = "gpio-poweroff"; gpios = <&gpio0 0 1>; }; + + pcie@1e140000 { + status = "okay"; + + pcie0 { + mt76@0,0 { + reg = <0x0000 0 0 0 0>; + device_type = "pci"; + mediatek,mtd-eeprom = <&factory 0x8000>; + mediatek,2ghz = <0>; + }; + }; + + pcie1 { + mt76@1,0 { + reg = <0x0000 0 0 0 0>; + device_type = "pci"; + mediatek,mtd-eeprom = <&factory 0x0000>; + mediatek,5ghz = <0>; + }; + }; + }; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
