From: Haiying Wang Date: Fri, 30 Jan 2009 01:28:04 +0000 (-0800) Subject: ucc_geth: Change uec phy id to the same format as gianfar's X-Git-Tag: v2.6.29-rc4~91^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c4a9dddf09fe99b8f88252718ac5b357363dc4;p=pandora-kernel.git ucc_geth: Change uec phy id to the same format as gianfar's The commit b31a1d8b41513b96e9c7ec2f68c5734cef0b26a4 ("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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed