summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
diff options
context:
space:
mode:
authorJohn Haechten <john.haechten@microsemi.com>2016-12-09 22:15:17 (GMT)
committerJoe Hershberger <joe.hershberger@ni.com>2017-02-08 22:32:58 (GMT)
commita5fd13ad1913d9c66c47666dbedac7703a48e502 (patch)
treeec4385251f5aa5d8c25928654223f60aac82e4c2 /drivers/net/phy/phy.c
parentaf2cbfd6b982f7a52414ea50b2ece0290d4b748f (diff)
downloadu-boot-a5fd13ad1913d9c66c47666dbedac7703a48e502.tar.xz
net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541
Signed-off-by: John Haechten <john.haechten@microsemi.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'drivers/net/phy/phy.c')
-rw-r--r--drivers/net/phy/phy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c
index 80bdfb6..8db6574 100644
--- a/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
@@ -512,6 +512,9 @@ int phy_init(void)
#ifdef CONFIG_PHY_XILINX
phy_xilinx_init();
#endif
+#ifdef CONFIG_PHY_MSCC
+ phy_mscc_init();
+#endif
return 0;
}