Kumar Gala wrote:
> No problem. The cpm2_* code in the kernel is used on 85xx's that have a
> CPM and I don't think we have that much ifdef for 85xx specific CPM
> foo. Only thing I can think of is this bit in cpm2.h:
>
> #if defined(CONFIG_8272) || defined(CONFIG_MPC8555)
> #define CPM_DATAON
On Sep 13, 2007, at 11:05 AM, Scott Wood wrote:
> On Thu, Sep 13, 2007 at 01:39:58AM -0500, Kumar Gala wrote:
>>> + CS: chipselect {
>>
>> We need to document this in booting-without-of.
>
> OK.
cool. Want to make sure we can encompass the 83xx/85xx/86xx local
bus in there.
>>> +
On Thu, Sep 13, 2007 at 01:39:58AM -0500, Kumar Gala wrote:
> >+CS: chipselect {
>
> We need to document this in booting-without-of.
OK.
> >+PIC: [EMAIL PROTECTED] {
> >+#interrupt-cells = <2>;
> >+interrupt-controller;
> >+
> diff --git a/arch/powerpc/boot/dts/pq2fads.dts b/arch/powerpc/boot/
> dts/pq2fads.dts
> new file mode 100644
> index 000..ad736f8
> --- /dev/null
> +++ b/arch/powerpc/boot/dts/pq2fads.dts
> @@ -0,0 +1,236 @@
> +/*
> + * Device Tree for the PQ2FADS-ZU board with an MPC8280 chip.
> + *
> + * C
Signed-off-by: Scott Wood <[EMAIL PROTECTED]>
---
arch/powerpc/boot/dts/pq2fads.dts | 236
arch/powerpc/configs/pq2fads_defconfig | 1003
arch/powerpc/platforms/82xx/Kconfig| 11 +
arch/powerpc/platforms/82xx/Makefile |1 +
arch/powerpc/p