Newby trying to get Ethernet going on MPC83xx series device.

Li Yang leoli at freescale.com
Thu Feb 19 18:19:45 EST 2009


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