From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by ozlabs.org (Postfix) with ESMTP id 63C5DDDF81 for ; Fri, 8 May 2009 12:22:15 +1000 (EST) Received: by rv-out-0506.google.com with SMTP id f9so904262rvb.9 for ; Thu, 07 May 2009 19:22:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1241640919-4650-1-git-send-email-wd@denx.de> <1241640919-4650-7-git-send-email-wd@denx.de> Date: Thu, 7 May 2009 20:22:14 -0600 Message-ID: <4b73d43f0905071922x7b5ed328q86b14a35c0040270@mail.gmail.com> Subject: Re: [PATCH 06/12] mpc5121: Added NAND Flash Controller driver. From: John Rigby To: Grant Likely Content-Type: multipart/alternative; boundary=000e0cd2e6e6f7030404695d4b3c Cc: linuxppc-dev@ozlabs.org, linux-mtd@lists.infradead.org, Wolfgang Denk , Piotr Ziecik List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --000e0cd2e6e6f7030404695d4b3c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Wed, May 6, 2009 at 2:59 PM, Grant Likely wrote: > > > > diff --git a/arch/powerpc/platforms/512x/mpc512x_shared.c > b/arch/powerpc/platforms/512x/mpc512x_shared.c > > index d8cd579..7135d89 100644 > > --- a/arch/powerpc/platforms/512x/mpc512x_shared.c > > +++ b/arch/powerpc/platforms/512x/mpc512x_shared.c > > @@ -71,6 +71,7 @@ void __init mpc512x_init_IRQ(void) > > static struct of_device_id __initdata of_bus_ids[] = { > > { .compatible = "fsl,mpc5121-immr", }, > > { .compatible = "fsl,mpc5121-localbus", }, > > + { .compatible = "fsl,mpc5121-nfc", }, > > This doesn't look right. Shouldn't the NAND controller be hanging of > the IMMR node? > I just wanted to confirm that NFC is in its own memory space. It has its own mapping and is not part of the IMMR space. --000e0cd2e6e6f7030404695d4b3c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Wed, May 6, 2009 at 2:59 PM, Grant Li= kely <gra= nt.likely@secretlab.ca> wrote:


> diff --git a/arch/powerpc/platforms/512x/mpc512x_shared.c b/arch/power= pc/platforms/512x/mpc512x_shared.c
> index d8cd579..7135d89 100644
> --- a/arch/powerpc/platforms/512x/mpc512x_shared.c
> +++ b/arch/powerpc/platforms/512x/mpc512x_shared.c
> @@ -71,6 +71,7 @@ void __init mpc512x_init_IRQ(void)
> =A0static struct of_device_id __initdata of_bus_ids[] =3D {
> =A0 =A0 =A0 =A0{ .compatible =3D "fsl,mpc5121-immr", },
> =A0 =A0 =A0 =A0{ .compatible =3D "fsl,mpc5121-localbus", },<= br> > + =A0 =A0 =A0 { .compatible =3D "fsl,mpc5121-nfc", },

This doesn't look right. =A0Shouldn't the NAND controller be = hanging of
the IMMR node?

I just wanted to confirm that NFC is in its own memor= y space. =A0 It has its own mapping and is not part of the IMMR space.
<= /div>

--000e0cd2e6e6f7030404695d4b3c--