Re: [PATCH] [POWERPC] Cleanup mpic nodes in .dts

2008-06-02 Thread Kumar Gala
On May 30, 2008, at 4:42 PM, Segher Boessenkool wrote: Removed clock-frequency and big-endian props as they aren't specified anywhere. If you remove big-endian, you'll have to provide some other way to get that information (like, some new compatible value). I'm all for big-endian but we

Re: [PATCH] [POWERPC] Cleanup mpic nodes in .dts

2008-06-02 Thread Segher Boessenkool
Removed clock-frequency and big-endian props as they aren't specified anywhere. If you remove big-endian, you'll have to provide some other way to get that information (like, some new compatible value). I'm all for big-endian but we don't spec this anywhere and aren't using it right now. So

Re: [PATCH] [POWERPC] Cleanup mpic nodes in .dts

2008-06-02 Thread Kumar Gala
On Jun 2, 2008, at 11:32 AM, Segher Boessenkool wrote: Removed clock-frequency and big-endian props as they aren't specified anywhere. If you remove big-endian, you'll have to provide some other way to get that information (like, some new compatible value). I'm all for big-endian but we

[PATCH] [POWERPC] Cleanup mpic nodes in .dts

2008-05-30 Thread Kumar Gala
Removed clock-frequency and big-endian props as they aren't specified anywhere. --- In my powerpc-next branch. Documentation/powerpc/booting-without-of.txt |6 -- arch/powerpc/boot/dts/mpc7448hpc2.dts|2 -- arch/powerpc/boot/dts/mpc8540ads.dts |2 --

Re: [PATCH] [POWERPC] Cleanup mpic nodes in .dts

2008-05-30 Thread Segher Boessenkool
Removed clock-frequency and big-endian props as they aren't specified anywhere. If you remove big-endian, you'll have to provide some other way to get that information (like, some new compatible value). Dunno if we need clock-frequency. This patch also removes built-in properties. I'm all