From: Stefan Roese Date: Wed, 29 Jan 2014 10:32:37 +0000 (+0100) Subject: net: eth: cpsw: Correctly attach to GPIO bitbang MDIO driver X-Git-Tag: v3.14-rc3~36^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8d56d8f892be43a2404356073e16401eb5a42e6;p=pandora-kernel.git net: eth: cpsw: Correctly attach to GPIO bitbang MDIO driver When the GPIO bitbang MDIO driver is used instead of the Davinci MDIO driver we need to configure the phy_id string differently. Otherwise this string looks like this "gpio.6" instead of "gpio-0" and the PHY is not found when phy_connect() is called. Signed-off-by: Stefan Roese Cc: Lukas Stockmann Cc: Mugunthan V N Acked-by: Mugunthan V N Signed-off-by: David S. Miller --- Reading git-diff-tree failed