[PATCH v2] [POWERPC] 85xx: Port STX GP3 board over from arch/ppc
Kumar Gala
galak at kernel.crashing.org
Sat Jan 26 03:23:21 EST 2008
On Jan 25, 2008, at 10:08 AM, Scott Wood wrote:
> On Thu, Jan 24, 2008 at 10:47:21PM -0600, Kumar Gala wrote:
>> + soc8560 at fdf00000 {
>
> soc at fdf00000
will fix this up in the tqm port as well.
>
>
> -Scott
>> + cpm at 919c0 {
>> + #address-cells = <1>;
>> + #size-cells = <1>;
>> + compatible = "fsl,mpc8560-cpm", "fsl,cpm2";
>
> This is also a simple-bus.
yeah, I realized I missed this. Its fixed in my tree.
>
>
>> +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).
yep :)
fixed and in the tqm port as well.
- k
More information about the Linuxppc-dev
mailing list