On Thu, Jan 24, 2008 at 10:47:21PM -0600, Kumar Gala wrote:
> +     [EMAIL PROTECTED] {

[EMAIL PROTECTED]

-Scott
> +             [EMAIL PROTECTED] {
> +                     #address-cells = <1>;
> +                     #size-cells = <1>;
> +                     compatible = "fsl,mpc8560-cpm", "fsl,cpm2";

This is also a simple-bus.

> +static struct of_device_id __initdata of_bus_ids[] = {
> +     { .name = "soc", },
> +     { .type = "soc", },
> +     { .name = "cpm", },
> +     { .name = "localbus", },
> +     { .compatible = "simple-bus", },
> +     {},
> +};

You should be able to get rid of the others besides simple-bus (there may
have been some confusion in what you asked over IRC yesterday -- I
thought you were talking about compatible in the device tree, not here).

-Scott
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to