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