Re: [PATCH v2 3/4] [POWERPC] MPC8349E-mITX: introduce localbus and pata nodes
From: Scott Wood <hidden>
Date: 2007-12-04 19:24:17
Also in:
linux-ide
From: Scott Wood <hidden>
Date: 2007-12-04 19:24:17
Also in:
linux-ide
Olof Johansson wrote:
Hi, On Tue, Dec 04, 2007 at 08:07:26PM +0300, Anton Vorontsov wrote:quoted
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 = <e0005000 d8>; + ranges = <3 0 f0000000 210>; - + pata@3,0 {What's the ,0 for?
chipselect 3, offset 0. -Scott