]> git.baikalelectronics.ru Git - kernel.git/commit
net: ucc_geth: Don't use the MAC as PHY without a fixed link
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 7 Aug 2014 21:48:26 +0000 (23:48 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Aug 2014 23:02:59 +0000 (16:02 -0700)
commit057d8f3f3d84640f1dda57ceff346a6fea55aeb8
treed6594d6a2a6af1f049189165cc391c149ac5f854
parentce1c5a1626dec9bbbdf59705f3be36aa6de664af
net: ucc_geth: Don't use the MAC as PHY without a fixed link

This matches what the other drivers using fixed-link support do and
restores the behaviour before commit c9b0f9ef155d ("ucc_geth: use the
new fixed PHY helpers") for the affected device trees (i.e. no
phy-handle and no fixed-link).

Fixes: c9b0f9ef155d ("ucc_geth: use the new fixed PHY helpers")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/ucc_geth.c