From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo-p05-ob.rzone.de (mo-p05-ob.rzone.de [81.169.146.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 1FE4BB7DAF for ; Mon, 17 May 2010 20:07:01 +1000 (EST) From: Stefan Roese To: Benjamin Herrenschmidt , linux-kernel@vger.kernel.org Subject: Re: [PATCH]460EX on-chip SATA driver < resubmission > Date: Mon, 17 May 2010 12:06:47 +0200 References: <201005051757.o45HvPmY005954@amcc.com> <4BED8BF1.5080800@ru.mvista.com> <1273966828.21352.670.camel@pasglop> In-Reply-To: <1273966828.21352.670.camel@pasglop> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Message-Id: <201005171206.47566.sr@denx.de> Cc: linux-ide@vger.kernel.org, Rupjyoti Sarmah , Sergei Shtylyov , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Ben, On Sunday 16 May 2010 01:40:28 Benjamin Herrenschmidt wrote: > > > + SATA0: sata@bffd1000 { > > > + compatible = "amcc,sata-460ex"; > > > + reg = <4 0xbffd1000 0x800 4 0xbffd0800 0x400>; > > > + interrupt-parent = <&UIC3>; > > > + interrupts = <0x0 0x4 /* SATA */ > > > + 0x5 0x4>; /* AHBDMA */ > > > + }; > > > + > > > > > > POB0: opb { > > > > > > compatible = "ibm,opb-460ex", "ibm,opb"; > > > #address-cells = <1>; > > > > Please put the device tree update in a separate patch to go thru the > > > > PowerPC tree. > > Additionally, the boot wrapper should probably either remove the node or > at least use a status property "ok" / "disabled" to represent whether > the board is configured for SATA or PCIe x1... U-Boot already sets the "status" property of the PCIe or SATA node accordingly. Just let me know if this doesn't work for you. Cheers, Stefan