Author: blogic Date: 2015-11-02 11:18:09 +0100 (Mon, 02 Nov 2015) New Revision: 47350
Modified: trunk/target/linux/ramips/dts/RP-N53.dts Log: ramips: add eeprom mtd partition to the Asus RP-N53 dts This patch adds the eeprom property to the dts for the Asus RP-N53. It is necessary to get the wifi in the soc working. Signed-off-by: Alberto Mattea <[email protected]> Modified: trunk/target/linux/ramips/dts/RP-N53.dts =================================================================== --- trunk/target/linux/ramips/dts/RP-N53.dts 2015-11-02 10:18:02 UTC (rev 47349) +++ trunk/target/linux/ramips/dts/RP-N53.dts 2015-11-02 10:18:09 UTC (rev 47350) @@ -66,6 +66,10 @@ }; }; + wmac@10180000 { + ralink,mtd-eeprom = <&factory 0>; + }; + pinctrl { state_default: pinctrl0 { gpio { _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
