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]> --- diff -uN a/target/linux/ramips/dts/RP-N53.dts b/target/linux/ramips/dts/RP-N53.dts --- a/target/linux/ramips/dts/RP-N53.dts 2015-07-25 02:23:27.000000000 +0200 +++ b/target/linux/ramips/dts/RP-N53.dts 2015-10-29 18:24:44.898478406 +0100 @@ -67,6 +67,10 @@ }; }; + wmac@10180000 { + ralink,mtd-eeprom = <&factory 0>; + }; + pinctrl { state_default: pinctrl0 { gpio { _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
