drivers: net: cpsw: add support to have phy address from cpsw platform data
[platform/kernel/u-boot.git] / board / siemens / dxr2 / board.c
index 6c316fa..9b8f538 100644 (file)
@@ -198,7 +198,7 @@ static struct cpsw_slave_data cpsw_slaves[] = {
        {
                .slave_reg_ofs  = 0x208,
                .sliver_reg_ofs = 0xd80,
-               .phy_id         = 0,
+               .phy_addr       = 0,
                .phy_if         = PHY_INTERFACE_MODE_MII,
        },
 };