Skip to content
Snippets Groups Projects
Commit f39b2a6e authored by Alexey Brodkin's avatar Alexey Brodkin Committed by Tom Rini
Browse files

axs101: fix dw gmac instantiation for updated dw gmac driver


With accepted change to DW GMAC driver -
92a190aa (net/designware - switch driver
to phylib usage) we need to update this board because
"designware_initialize" now accepts only 2 parameters instead of 4.

Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Tom Rini <trini@ti.com>

Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
parent 94b5400e
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ int board_mmc_init(bd_t *bis)
int board_eth_init(bd_t *bis)
{
if (designware_initialize(0, ARC_DWGMAC_BASE, 0,
if (designware_initialize(ARC_DWGMAC_BASE,
PHY_INTERFACE_MODE_RGMII) >= 0)
return 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment