|
@@ -3641,7 +3641,7 @@ static int ucc_geth_probe(struct of_device* ofdev, const struct of_device_id *ma
|
|
if (err)
|
|
if (err)
|
|
return -1;
|
|
return -1;
|
|
|
|
|
|
- uec_mdio_bus_name(bus_name, mdio);
|
|
|
|
|
|
+ fsl_pq_mdio_bus_name(bus_name, mdio);
|
|
snprintf(ug_info->phy_bus_id, sizeof(ug_info->phy_bus_id),
|
|
snprintf(ug_info->phy_bus_id, sizeof(ug_info->phy_bus_id),
|
|
"%s:%02x", bus_name, *prop);
|
|
"%s:%02x", bus_name, *prop);
|
|
}
|
|
}
|