summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-05-24 11:59:02 -0400
committerTom Rini <trini@konsulko.com>2016-05-24 11:59:02 -0400
commit2ee490a0245b65826a8ce8e42e34c9bf805d3656 (patch)
treec53f7d3513bd284b181d3aaa61534a0d62751884 /drivers/net/phy/phy.c
parentec8fb48ce98987065493b27422200897cf0909f8 (diff)
parent0a71cd77290ca317ecf6f15984a91abbee741e09 (diff)
downloadblackbird-obmc-uboot-2ee490a0245b65826a8ce8e42e34c9bf805d3656.tar.gz
blackbird-obmc-uboot-2ee490a0245b65826a8ce8e42e34c9bf805d3656.zip
Merge branch 'master' of git://git.denx.de/u-boot-net
Signed-off-by: Tom Rini <trini@konsulko.com> Conflicts: drivers/net/zynq_gem.c
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 4b6c09f88e..80bdfb6d9d 100644
--- a/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
@@ -461,6 +461,9 @@ static LIST_HEAD(phy_drivers);
int phy_init(void)
{
+#ifdef CONFIG_MV88E61XX_SWITCH
+ phy_mv88e61xx_init();
+#endif
#ifdef CONFIG_PHY_AQUANTIA
phy_aquantia_init();
#endif
OpenPOWER on IntegriCloud