]> git.baikalelectronics.ru Git - kernel.git/commit
ucc_geth: Change uec phy id to the same format as gianfar's
authorHaiying Wang <Haiying.Wang@freescale.com>
Fri, 30 Jan 2009 01:28:04 +0000 (17:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Jan 2009 01:28:04 +0000 (17:28 -0800)
commitc1987de7f40d3b36adf458c55561cd504b51493e
treec898bb74a859e7eae7220b983b6a9fd3079d178b
parent45beaae085475e4384171552f9b621a0981e1b3d
ucc_geth: Change uec phy id to the same format as gianfar's

The commit 7eb000ad6b02478b6a5b6256032a360ebe147ebb ("gianfar: Convert
gianfar to an of_platform_driver") changes the gianfar's phy id to the
format like "mdio@xxxx:xx", but uec still uses the old format like
"xxxxxxxx:xx".  For the board whose UEC uses gianfar-mdio like
MPC8568MDS, the phy can not be attached because of the incompatible
phy id format. This patch changes uec's phy id to the same format as
gianfar's.

Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ucc_geth.c
drivers/net/ucc_geth.h
drivers/net/ucc_geth_mii.c
drivers/net/ucc_geth_mii.h