On 1/4/2016 3:50 PM, Fabio Estevam wrote:
> On Mon, Jan 4, 2016 at 8:45 PM, Troy Kisky
> <troy.ki...@boundarydevices.com> wrote:
> 
>> Can you add
>>
>> printf("%s at %d\n", phydev->drv->name, phydev->addr);
> 
> It prints:
> 
> Generic PHY at 0
> 
> Not sure why it picks the Generic PHY driver instead of the Atheros PHY one.
> 

Try adding a delay after releasing reset

        mdelay(2);
        gpio_set_value(ETH_PHY_RESET, 1);
        udelay(100);

Perhaps the first time it didn't read 4dd072
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to