Re: [U-Boot] [PATCH] ads5121: Set offset of NFC registers in device tree.

2008-09-06 Thread Wolfgang Denk
Dear John Rigby, In message <[EMAIL PROTECTED]> you wrote: > I agree, here are the two device tree entries: > Original silicon rev 1 and 1.5: > compatible = "fsl,mpc5121-nfc"; > rev 2: > compatible = "fsl,mpc5121rev2-nfc"; Actually I woner it it makes sense at all to a

Re: [U-Boot] [PATCH] ads5121: Set offset of NFC registers in device tree.

2008-09-04 Thread John Rigby
I agree, here are the two device tree entries: Original silicon rev 1 and 1.5: compatible = "fsl,mpc5121-nfc"; rev 2: compatible = "fsl,mpc5121rev2-nfc"; On Thu, Sep 4, 2008 at 9:05 AM, Scott Wood <[EMAIL PROTECTED]> wrote: > On Thu, Sep 04, 2008 at 10:13:49AM +020

Re: [U-Boot] [PATCH] ads5121: Set offset of NFC registers in device tree.

2008-09-04 Thread Scott Wood
On Thu, Sep 04, 2008 at 10:13:49AM +0200, Kenneth Johansson wrote: > On Wed, 2008-09-03 at 22:41 +0200, Wolfgang Denk wrote: > > Dear "John Rigby", > > > > In message <[EMAIL PROTECTED]> you wrote: > > > I'm not sure this right way to deal with this. Even with the modified > > > offset the 1.5 si

Re: [U-Boot] [PATCH] ads5121: Set offset of NFC registers in device tree.

2008-09-04 Thread Kenneth Johansson
On Wed, 2008-09-03 at 22:41 +0200, Wolfgang Denk wrote: > Dear "John Rigby", > > In message <[EMAIL PROTECTED]> you wrote: > > I'm not sure this right way to deal with this. Even with the modified > > offset the 1.5 silicon linux nand driver will not work correctly with > > the 2.0 silicon nand

Re: [U-Boot] [PATCH] ads5121: Set offset of NFC registers in device tree.

2008-09-03 Thread Wolfgang Denk
Dear "John Rigby", In message <[EMAIL PROTECTED]> you wrote: > I'm not sure this right way to deal with this. Even with the modified > offset the 1.5 silicon linux nand driver will not work correctly with > the 2.0 silicon nand controller. That's right - but al least the Linux kernel will not cr

Re: [U-Boot] [PATCH] ads5121: Set offset of NFC registers in device tree.

2008-09-03 Thread John Rigby
I'm not sure this right way to deal with this. Even with the modified offset the 1.5 silicon linux nand driver will not work correctly with the 2.0 silicon nand controller. On Tue, Sep 2, 2008 at 3:41 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > From: Grzegorz Bernacki <[EMAIL PROTECTED]> > > O

[U-Boot] [PATCH] ads5121: Set offset of NFC registers in device tree.

2008-09-02 Thread Wolfgang Denk
From: Grzegorz Bernacki <[EMAIL PROTECTED]> Offset of NFC register has changed in rev 2 of SoC. U-Boot passes information about it in property of nfc node. Signed-off-by: Grzegorz Bernacki <[EMAIL PROTECTED]> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- board/ads5121/ads5121.c | 33 +