fsl_pq_mdio: Revive Gianfar TBI PHY support
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Sat, 21 Mar 2009 20:30:05 +0000 (13:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Mar 2009 20:30:05 +0000 (13:30 -0700)
commit301968451de7979f454b96a798869f8668ceab1a
tree4c91d7948aadabab68d3c9bd3d168d903e1f1079
parent04ec5cfcfd9a69c16fc8adb9d7f4836eedb84e53
fsl_pq_mdio: Revive Gianfar TBI PHY support

commit 1577ecef766650a57fceb171acee2b13cbfaf1d3 ("netdev: Merge UCC
and gianfar MDIO bus drivers") broke the TSEC TBI PHY support: the
driver now refuses to probe TBI MDIO buses as it doesn't know about
"fsl,gianfar-tbi" compatible entry, and thus _probe() fails with
-ENODEV status.

Fix this by adding "fsl,gianfar-tbi" to the list of known Gianfar
MDIO buses.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Acked-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fsl_pq_mdio.c