Re: [PATCH 11/20] [POWERPC] Wire up PCI on Bamboo board

2007-12-20 Thread Benjamin Herrenschmidt
On Thu, 2007-12-20 at 23:26 +0300, Valentine Barshak wrote: > Just checked the ppc440ep user manual again. > Special cycle/IACK registers are at 0xeed0 instead of 0xeed8. > Looks like the same typo as in the internal registers. > It works because all these registers are mirrored at 0x8000

Re: [PATCH 11/20] [POWERPC] Wire up PCI on Bamboo board

2007-12-20 Thread Valentine Barshak
Benjamin Herrenschmidt wrote: > On Wed, 2007-12-19 at 16:34 +0300, Valentine Barshak wrote: > >>> --- linux-work.orig/arch/powerpc/boot/dts/bamboo.dts2007-12-10 >>> 15:56:59.0 +1100 >>> +++ linux-work/arch/powerpc/boot/dts/bamboo.dts 2007-12-10 >>> 16:39:51.0 +1100 >>

Re: [PATCH 11/20] [POWERPC] Wire up PCI on Bamboo board

2007-12-19 Thread Benjamin Herrenschmidt
On Wed, 2007-12-19 at 16:34 +0300, Valentine Barshak wrote: > > --- linux-work.orig/arch/powerpc/boot/dts/bamboo.dts2007-12-10 > > 15:56:59.0 +1100 > > +++ linux-work/arch/powerpc/boot/dts/bamboo.dts 2007-12-10 > > 16:39:51.0 +1100 > > @@ -239,10 +239,48 @@ > >

Re: [PATCH 11/20] [POWERPC] Wire up PCI on Bamboo board

2007-12-19 Thread Valentine Barshak
Benjamin Herrenschmidt wrote: > This adds the device-tree bits & call to ppc4xx_pci_find_bridges() > to make PCI work on the Bamboo board > > Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > --- > > arch/powerpc/boot/dts/bamboo.dts | 40 > ++- >