Newby trying to get Ethernet going on MPC83xx series device.

Aggrwal Poonam-B10812 Poonam.Aggrwal at freescale.com
Thu Feb 19 18:25:04 EST 2009


Probably better would be to check the board file for  mpc834x_mds.c

I mean just cross that you probe all the buses which are on the device.
What is fsl,pq2pro-localbus? Do u have such node in dts as the
mpc8349_itx has.

> -----Original Message-----
> From: pku.leo at gmail.com [mailto:pku.leo at gmail.com] On Behalf 
> Of Li Yang-R58472
> Sent: Thursday, February 19, 2009 12:50 PM
> To: Dushara Jayasinghe
> Cc: linuxppc-dev at ozlabs.org; Aggrwal Poonam-B10812
> Subject: Re: Newby trying to get Ethernet going on MPC83xx 
> series device.
> 
> On Thu, Feb 19, 2009 at 2:58 PM, Dushara Jayasinghe 
> <DusharaJ at optiscan.com> wrote:
> > That did it.
> >
> >
> >
> > I based my board specific file on mpc834x_itx.c which had
> >
> >
> >
> > static struct of_device_id __initdata mpc834x_itx_ids[] = {
> >
> >                 { .compatible = "fsl,pq2pro-localbus", },
> >
> >                 { .compatible = "simple-bus", },
> >
> >                 {},
> >
> > };
> >
> >
> >
> > Don't know if this is broken?
> 
> It's not broken as long as you have compatible = "simple-bus" 
> for your soc node.
> 
> - Leo
> 
> 



More information about the Linuxppc-dev mailing list