From patchwork Mon Jan 11 12:23:44 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martyn Welch X-Patchwork-Id: 42609 X-Patchwork-Delegate: galak@kernel.crashing.org Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id E3E1F100DA0 for ; Mon, 11 Jan 2010 23:26:52 +1100 (EST) Received: by ozlabs.org (Postfix) id 44C1CB87B2; Mon, 11 Jan 2010 23:26:12 +1100 (EST) Delivered-To: linuxppc-dev@ozlabs.org Received: from exprod5og108.obsmtp.com (exprod5og108.obsmtp.com [64.18.0.186]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 1307BB8759 for ; Mon, 11 Jan 2010 23:26:10 +1100 (EST) Received: from source ([12.43.191.1]) (using TLSv1) by exprod5ob108.postini.com ([64.18.4.12]) with SMTP ID DSNKS0sY4GLvB9dHApIuTbQeL4RVIdQOUsnF@postini.com; Mon, 11 Jan 2010 04:26:11 PST Received: from unknown (HELO alpmlip01.e2k.ad.ge.com) ([3.159.17.48]) by Alpmlip05.e2k.ad.ge.com with ESMTP; 11 Jan 2010 07:21:03 -0500 Received: from es-j7s4d2j.amer.consind.ge.com ([3.138.54.92]) by alpmlip01.e2k.ad.ge.com with ESMTP; 11 Jan 2010 07:21:02 -0500 From: Martyn Welch Subject: [PATCH 6/8] powerpc/86xx: Add MSI section to GE PPC9A DTS To: galak@kernel.crashing.org Date: Mon, 11 Jan 2010 12:23:44 +0000 Message-ID: <20100111122344.8306.40544.stgit@ES-J7S4D2J.amer.consind.ge.com> In-Reply-To: <20100111121622.8306.87501.stgit@ES-J7S4D2J.amer.consind.ge.com> References: <20100111121622.8306.87501.stgit@ES-J7S4D2J.amer.consind.ge.com> User-Agent: StGIT/0.13 MIME-Version: 1.0 Cc: linuxppc-dev@ozlabs.org X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org From: Malcolm Crossley Add the MSI section to the DTS file for the GE PPC9A. Signed-off-by: Malcolm Crossley Signed-off-by: Martyn Welch --- arch/powerpc/boot/dts/gef_ppc9a.dts | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) -- Martyn Welch MEng MPhil MIET (Principal Software Engineer) T:+44(0)1327322748 GE Fanuc Intelligent Platforms Ltd, |Registered in England and Wales Tove Valley Business Park, Towcester, |(3828642) at 100 Barbirolli Square, Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB VAT:GB 927559189 diff --git a/arch/powerpc/boot/dts/gef_ppc9a.dts b/arch/powerpc/boot/dts/gef_ppc9a.dts index c86114e..977f260 100644 --- a/arch/powerpc/boot/dts/gef_ppc9a.dts +++ b/arch/powerpc/boot/dts/gef_ppc9a.dts @@ -341,6 +341,22 @@ device_type = "open-pic"; }; + msi@41600 { + compatible = "fsl,mpc8641-msi", "fsl,mpic-msi"; + reg = <0x41600 0x80>; + msi-available-ranges = <0 0x100>; + interrupts = < + 0xe0 0 + 0xe1 0 + 0xe2 0 + 0xe3 0 + 0xe4 0 + 0xe5 0 + 0xe6 0 + 0xe7 0>; + interrupt-parent = <&mpic>; + }; + global-utilities@e0000 { compatible = "fsl,mpc8641-guts"; reg = <0xe0000 0x1000>;