From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 22731DDF22 for ; Wed, 5 Dec 2007 06:24:17 +1100 (EST) Message-ID: <4755A942.2010802@freescale.com> Date: Tue, 04 Dec 2007 13:23:46 -0600 From: Scott Wood MIME-Version: 1.0 To: Olof Johansson Subject: Re: [PATCH v2 3/4] [POWERPC] MPC8349E-mITX: introduce localbus and pata nodes References: <20071204170442.GA10460@localhost.localdomain> <20071204170726.GC15599@localhost.localdomain> <20071204191657.GB5758@lixom.net> In-Reply-To: <20071204191657.GB5758@lixom.net> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: Arnd Bergmann , Jeff Garzik , linuxppc-dev@ozlabs.org, linux-ide@vger.kernel.org, Paul Mundt List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Olof Johansson wrote: > Hi, > > On Tue, Dec 04, 2007 at 08:07:26PM +0300, Anton Vorontsov wrote: >> diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts >> index 5072f6d..c459b0a 100644 >> --- a/arch/powerpc/boot/dts/mpc8349emitx.dts >> +++ b/arch/powerpc/boot/dts/mpc8349emitx.dts >> @@ -249,6 +249,22 @@ >> device_type = "pci"; >> }; >> >> + localbus@e0005000 { >> + #address-cells = <2>; >> + #size-cells = <1>; >> + compatible = "fsl,mpc8349emitx-localbus", >> + "fsl,mpc8349e-localbus", >> + "fsl,pq2pro-localbus"; >> + reg = ; >> + ranges = <3 0 f0000000 210>; >> >> - >> + pata@3,0 { > > What's the ,0 for? chipselect 3, offset 0. -Scott