[PATCH 14/16] eukrea_cpuimx35: fix PHY address
Eric Bénard
eric at eukrea.com
Thu May 17 15:33:48 EDT 2012
Le Thu, 17 May 2012 19:42:53 +0200,
Sascha Hauer <s.hauer at pengutronix.de> a écrit :
> On Thu, May 17, 2012 at 05:46:16PM +0200, Eric Bénard wrote:
> > Signed-off-by: Eric Bénard <eric at eukrea.com>
> > ---
> > arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c | 90 ++++++++++----------
> > 1 files changed, 45 insertions(+), 45 deletions(-)
> >
> > diff --git a/arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c b/arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c
> > index bfdd9de..1869e9d 100644
> > --- a/arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c
> > +++ b/arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c
> > @@ -58,7 +58,7 @@
> >
> > static struct fec_platform_data fec_info = {
> > .xcv_type = MII100,
> > - .phy_addr = 0x1F,
> > + .phy_addr = 0,
> > };
>
> This patch seems to do more than what the subject suggests. What's the
> stuff below?
>
oops will check that
Eric
More information about the barebox
mailing list