
17 Oct
2011
17 Oct
'11
8:39 a.m.
am335x: Corrected IA TLK110 PHY address
This patch is added to correct TLK110 PHY address. The PHY address is changed from 01 (00001) to 1e (11110)
Signed-off-by: Chandan Nath chandan.nath@ti.com Signed-off-by: Hebbar, Gururaja gururaja.hebbar@ti.com
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 32caa2e..5818c28 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -2165,7 +2165,7 @@ static void am335x_cpsw_init(void) }
if (am335x_evmid == IND_AUT_MTR_EVM) { - am335x_cpsw_slaves[0].phy_id = "0:01"; + am335x_cpsw_slaves[0].phy_id = "0:1e"; am335x_cpsw_slaves[1].phy_id = "0:00"; }