RE: powerpc/mpc85xx: Add BSC9132 QDS Support

2014-05-09 Thread Harninder Rai
> -Original Message- > From: Wood Scott-B07421 > Sent: Saturday, May 03, 2014 6:01 AM > To: Rai Harninder-B01044 > Cc: linuxppc-dev@lists.ozlabs.org; Gupta Ruchika-R66431 > Subject: Re: powerpc/mpc85xx: Add BSC9132 QDS Support > > On Tue, Mar 18, 2014 at 01:05:0

RE: powerpc/mpc85xx: Add BSC9132 QDS Support

2014-05-09 Thread Harninder Rai
> > + }; > > + > > + nand@1,0 { > > + #address-cells = <1>; > > + #size-cells = <1>; > > + compatible = "fsl,ifc-nand"; > > + reg = <0x1 0x0 0x4000>; > > + > > + partition@0 { > > + /* This location must not be altered */ > >

Re: powerpc/mpc85xx: Add BSC9132 QDS Support

2014-05-02 Thread Scott Wood
On Tue, Mar 18, 2014 at 01:05:02PM +0530, harninder rai wrote: > +&ifc { > + #address-cells = <2>; > + #size-cells = <1>; > + compatible = "fsl,ifc", "simple-bus"; > + /* FIXME: Test whether interrupts are split */ > + interrupts = <16 2 0 0 20 2 0 0>; > +}; Have you done this

Re: powerpc/mpc85xx: Add BSC9132 QDS Support

2014-05-02 Thread Scott Wood
On Tue, Mar 18, 2014 at 01:05:02PM +0530, harninder rai wrote: > +&ifc { > + nor@0,0 { > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "cfi-flash"; > + reg = <0x0 0x0 0x800>; > + bank-width = <2>; > +