summaryrefslogtreecommitdiff
path: root/board/LaCie/edminiv2/edminiv2.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/LaCie/edminiv2/edminiv2.c')
-rw-r--r--board/LaCie/edminiv2/edminiv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/LaCie/edminiv2/edminiv2.c b/board/LaCie/edminiv2/edminiv2.c
index 1b33875..4a9b308 100644
--- a/board/LaCie/edminiv2/edminiv2.c
+++ b/board/LaCie/edminiv2/edminiv2.c
@@ -96,6 +96,6 @@ int board_init(void)
/* Configure and enable MV88E1116 PHY */
void reset_phy(void)
{
- mv_phy_88e1116_init("egiga0");
+ mv_phy_88e1116_init("egiga0", 8);
}
#endif /* CONFIG_RESET_PHY_R */