From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.sh.mvista.com (unknown [63.81.120.155]) by ozlabs.org (Postfix) with ESMTP id D3E8FDDEBC for ; Wed, 28 Nov 2007 02:49:01 +1100 (EST) Message-ID: <474C3C79.5060908@ru.mvista.com> Date: Tue, 27 Nov 2007 18:49:13 +0300 From: Sergei Shtylyov MIME-Version: 1.0 To: Anton Vorontsov Subject: Re: [PATCH 3/3] [POWERPC] MPC8349E-mITX: introduce localbus and pata nodes References: <20071127153708.GA12490@localhost.localdomain> <20071127153940.GC14183@localhost.localdomain> In-Reply-To: <20071127153940.GC14183@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: linuxppc-dev@ozlabs.org, linux-ide@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello. Anton Vorontsov wrote: > This patch adds localbus and pata nodes to use CF IDE interface > on MPC8349E-mITX boards. > Patch also adds code to probe localbus. > Signed-off-by: Anton Vorontsov > --- > arch/powerpc/boot/dts/mpc8349emitx.dts | 17 ++++++++++++++++- > arch/powerpc/platforms/83xx/mpc834x_itx.c | 17 +++++++++++++++++ > 2 files changed, 33 insertions(+), 1 deletions(-) > diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts > index 5072f6d..7a97068 100644 > --- a/arch/powerpc/boot/dts/mpc8349emitx.dts > +++ b/arch/powerpc/boot/dts/mpc8349emitx.dts > @@ -249,6 +249,21 @@ > device_type = "pci"; > }; > > + localbus@e0005000 { > + #address-cells = <2>; > + #size-cells = <1>; > + compatible = "fsl,mpc8349emitx-localbus", Board compatible bus? > + "fsl,mpc8349e-localbus", > + "fsl,pq2pro-localbus"; > + reg = ; > + ranges = <3 0 f0000000 210>; > > - > + pata@3,0 { > + compatible = "fsl,mpc8349emitx-pata", "pata-platform"; > + reg = <3 0 10 3 20c 4>; > + ioport-shift = <1>; Bleh... that shift again. And this is surely not a good name for a property (where's I/O ports in your case?) -- why not call it "reg-shift" (well, I'd call it "reg-size" or "reg-stride" myself :-)? MBR, Sergei