Re: [U-Boot] [PATCH V2 5/8] net/designware: Try configuring phy on each dw_eth_init

2012-04-04 Thread Joe Hershberger
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote: > From: Vipin Kumar > > Phy autonegotiation works only when the ethernet cable is plugged in. > Since the phy was configured only at the init time, a plugged in cable > was necessary to initialize the phy properly. > > This patch keeps a flag to

[U-Boot] [PATCH V2 5/8] net/designware: Try configuring phy on each dw_eth_init

2012-03-26 Thread Amit Virdi
From: Vipin Kumar Phy autonegotiation works only when the ethernet cable is plugged in. Since the phy was configured only at the init time, a plugged in cable was necessary to initialize the phy properly. This patch keeps a flag to check if the phy initialization has succeeded, and calls configu