From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Subject: Re: [PATCH] net: eth: cpsw: Correctly attach to GPIO bitbang MDIO driver Date: Wed, 29 Jan 2014 17:12:31 +0530 Message-ID: <52E8E927.3020801@ti.com> References: <1390991557-22522-1-git-send-email-sr@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Lukas Stockmann To: Stefan Roese , Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:40870 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750930AbaA2Lml (ORCPT ); Wed, 29 Jan 2014 06:42:41 -0500 In-Reply-To: <1390991557-22522-1-git-send-email-sr@denx.de> Sender: netdev-owner@vger.kernel.org List-ID: On Wednesday 29 January 2014 04:02 PM, Stefan Roese wrote: > 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 Regards Mugunthan V N