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 <[email protected]>
    Signed-off-by: Hebbar, Gururaja <[email protected]>

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";
        }
 
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to