Hi,

Just setting the mask with BIT(4) does not work. The Rocket needs this line:

   ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RGMII;

for the RGMII AR8035 Ethernet controller, while the Nano/Loco use the MII
mode:

   ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_MII;

Therefore the ubnt_xw_init() function does not apply for the Rocket.
Anyway, there are some common lines, so probably the three devices could be
merged somehow, I guess.

Roger

2015-04-16 14:29 GMT+02:00 Alexander Couzens <lyn...@fe80.eu>:

> Hi Roger,
>
> the loco xw seems to be very similiar to the rocket xw.
> Have you tried the init code from my last mail?
> If it works I would prefer it, because it's reusing existent code and it's
> a
> lot less code.
>
> Best,
> lynxis
> --
> Alexander Couzens
>
> mail: lyn...@fe80.eu
> jabber: lyn...@jabber.ccc.de
> mobile: +4915123277221
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to