Re: [U-Boot] [U-Boot PATCH 3/3] ARM: DRA7-EVM: switch cpsw to use slave0

2015-03-12 Thread Tom Rini
On Tue, Mar 10, 2015 at 08:41:23PM +0530, Vignesh R wrote: On DRA72 EVM cpsw slave1 is muxed with VIN, therefore switch cpsw to use slave0 using pcf driver. DRA72 has only one cpsw phy(phy#3). Hence, set phy_id to 3 for slave0, in case of DRA72 EVM. Signed-off-by: Vignesh R vigne...@ti.com

[U-Boot] [U-Boot PATCH 3/3] ARM: DRA7-EVM: switch cpsw to use slave0

2015-03-10 Thread Vignesh R
On DRA72 EVM cpsw slave1 is muxed with VIN, therefore switch cpsw to use slave0 using pcf driver. DRA72 has only one cpsw phy(phy#3). Hence, set phy_id to 3 for slave0, in case of DRA72 EVM. Signed-off-by: Vignesh R vigne...@ti.com --- board/ti/dra7xx/evm.c | 13 +++-- 1 file changed, 11