From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from buildserver.ru.mvista.com (unknown [85.21.88.6]) by ozlabs.org (Postfix) with ESMTP id 4A998DDFCD for ; Wed, 10 Oct 2007 20:27:15 +1000 (EST) Message-ID: <470CA8BC.2060005@ru.mvista.com> Date: Wed, 10 Oct 2007 14:26:04 +0400 From: Valentine Barshak MIME-Version: 1.0 To: Stefan Roese Subject: Re: [RFC][POWERPC] Add arch/powerpc 4xx NDFC (NAND) support References: <200710100832.13105.sr@denx.de> In-Reply-To: <200710100832.13105.sr@denx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Stefan Roese wrote: > diff --git a/arch/powerpc/boot/dts/sequoia.dts b/arch/powerpc/boot/dts/sequoia.dts > index 36be75b..9b15482 100644 > --- a/arch/powerpc/boot/dts/sequoia.dts > +++ b/arch/powerpc/boot/dts/sequoia.dts > @@ -122,6 +122,38 @@ > interrupt-map-mask = ; > }; > > + ndfc@1d0000000, { > + device_type = "nand"; > + compatible = "ibm,ndfc"; > + reg = <1 d0000000 2000>; I think this should be handled the way it's done for nor flash, since ndfc is relocatable within EBC address space. Thanks, Valentine.