From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 91BA3DDE0F for ; Thu, 22 Nov 2007 04:29:14 +1100 (EST) Date: Wed, 21 Nov 2007 11:29:27 -0600 From: Scott Wood To: Kumar Gala Subject: Re: [PATCH 2/3] [POWERPC] Add docs for Freescale RapidIO device tree node Message-ID: <20071121172927.GA4413@loki.buserror.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Nov 20, 2007 at 11:13:58PM -0600, Kumar Gala wrote: > Required properties: > - compatible : compatible list, contains 2 entries, first is > - "fsl,sata-CHIP", where CHIP is the processor > + "fsl,CHIP-sata", where CHIP is the processor > (mpc8315, mpc8379, etc.) and the second is > - "fsl,sata-pq2pro" > + "fsl,pq2pro-sata" > - interrupts : > - interrupt-parent : optional, if needed for interrupt mapping > - reg : > @@ -2531,12 +2531,53 @@ platforms are moved over to use the flattened-device-tree model. > Example: > > sata@19000 { > - compatible = "fsl,mpc8315-sata", "fsl,sata-pq2pro; > + compatible = "fsl,mpc8315-sata", "fsl,pq2pro-sata; I think you meant to merge these changes with the previous patch... -Scott