[U-Boot] Author: Chandan Nath <chandan.nath@ti.com>

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"; }

Sorry, Please discard this mail.
Regards Chandan
-----Original Message----- From: Kumar Nath, Chandan Sent: Monday, October 17, 2011 12:10 PM To: Mohammed, Afzal; u-boot@lists.denx.de Cc: Kumar Nath, Chandan Subject: Author: Chandan Nath chandan.nath@ti.com
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[1].phy_id = "0:00"; }am335x_cpsw_slaves[0].phy_id = "0:1e";
participants (2)
-
Chandan Nath
-
Kumar Nath, Chandan