From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 ESMTP id C7A5BDDF47 for ; Sat, 26 Jan 2008 11:46:06 +1100 (EST) Date: Fri, 25 Jan 2008 15:24:40 -0600 (CST) From: Kumar Gala To: Kim Phillips Subject: Re: [PATCH 8/9] powerpc: add the mpc837[789]_rdb dts files In-Reply-To: <20080124204718.33a30ab5.kim.phillips@freescale.com> Message-ID: References: <20080124204718.33a30ab5.kim.phillips@freescale.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org, Joe D'Abbraccio List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 24 Jan 2008, Kim Phillips wrote: > Add the dts files for the MPC838xE Reference Development Board (RDB). > > The board is a mini-ITX reference board with 256M DDR2, 8M flash, > 32M NAND, USB, PCI, gigabit ethernet, SATA, and serial. > > the difference among the three files is the 8377 has two, the 8378 > none, and the 8379 has four sata controllers. > > partially based on the 8379 mds device trees. > > Signed-off-by: Joe D'Abbraccio > Signed-off-by: Kim Phillips > --- > arch/powerpc/boot/dts/mpc8377_rdb.dts | 296 +++++++++++++++++++++++++++++++ > arch/powerpc/boot/dts/mpc8378_rdb.dts | 282 ++++++++++++++++++++++++++++++ > arch/powerpc/boot/dts/mpc8379_rdb.dts | 310 +++++++++++++++++++++++++++++++++ applied. (fixed spi nodes). - k