Hi Troy,

On Mon, Jan 4, 2016 at 6:40 PM, Troy Kisky
<troy.ki...@boundarydevices.com> wrote:

> Except for clearing bit 2 (which is undocumented), this looks just like the 
> default
> implementation, which you are still calling below.
>
> So, it looks like this subroutine can be replaced with an appropriate delay.
> If bit 2 does matter, perhaps the default ar8035_config should be changed 
> instead.

Just realized that ar8035_config() is never called in my case, so doing:

int board_phy_config(struct phy_device *phydev)
{
    mx6_rgmii_rework(phydev);

    return 0;
}

, is enough here.

Any idea as to why ar8035_config() is never called?
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to