From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 703D4B7063 for ; Sat, 15 Aug 2009 06:32:53 +1000 (EST) Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C7FB5DDD01 for ; Sat, 15 Aug 2009 06:32:52 +1000 (EST) Message-Id: From: Kumar Gala To: Paul Gortmaker In-Reply-To: <22f17c810cb3e567a842300c553121a574d9b139.1250036189.git.paul.gortmaker@windriver.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: [PATCH 2/4] Add localbus node and MTD partitions for SBC834x Date: Fri, 14 Aug 2009 15:32:48 -0500 References: <1250084071-26418-1-git-send-email-paul.gortmaker@windriver.com> <87b9869d069308d2ed12324ea924e284c85a6765.1250036189.git.paul.gortmaker@windriver.com> <22f17c810cb3e567a842300c553121a574d9b139.1250036189.git.paul.gortmaker@windriver.com> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Aug 12, 2009, at 8:34 AM, Paul Gortmaker wrote: > From: Liang Li > > There is 8MB flash, 8kB EEPROM and 128MB SDRAM on the sbc834x > local bus, so add a localbus node in DTS with MTD partitions. > > The recent U-boot commit fe613cdd4eb moves u-boot to the beginning > of flash, hence the legacy label on the partition at the end of flash. > > Signed-off-by: Liang Li > Signed-off-by: Yang Shi > Signed-off-by: Paul Gortmaker > --- > arch/powerpc/boot/dts/sbc8349.dts | 40 ++++++++++++++++++++++++++++ > +++++++++ > 1 files changed, 40 insertions(+), 0 deletions(-) applied to next - k