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

Chandan Nath chandan.nath at ti.com
Mon Oct 17 08:39:58 CEST 2011


    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 at ti.com>
    Signed-off-by: Hebbar, Gururaja <gururaja.hebbar at 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";
 	}
 


More information about the U-Boot mailing list