提交 4d3b70d9 编写于 作者: O Oleksij Rempel 提交者: Shawn Guo

ARM: imx6q: remove BMCR_PDOWN handler in ar8035_phy_fixup()

BMCR_PDOWN is removed by resume handler at803x_resume() in
drivers/net/phy/at803x.c
Signed-off-by: NOleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: NAndrew Lunn <andrew@lunn.ch>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 5fff104f
...@@ -110,11 +110,6 @@ static int ar8035_phy_fixup(struct phy_device *dev) ...@@ -110,11 +110,6 @@ static int ar8035_phy_fixup(struct phy_device *dev)
*/ */
ar8031_phy_fixup(dev); ar8031_phy_fixup(dev);
/*check phy power*/
val = phy_read(dev, 0x0);
if (val & BMCR_PDOWN)
phy_write(dev, 0x0, val & ~BMCR_PDOWN);
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册