From patchwork Mon May 10 19:15:17 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felix Radensky X-Patchwork-Id: 52137 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 B104DB7E29 for ; Tue, 11 May 2010 06:02:51 +1000 (EST) X-Greylist: delayed 2840 seconds by postgrey-1.32 at bilbo; Tue, 11 May 2010 06:02:40 EST Received: from vega.surpasshosting.com (vega.surpasshosting.com [72.29.83.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 93D20B7D62 for ; Tue, 11 May 2010 06:02:40 +1000 (EST) Received: from bzq-79-177-35-138.red.bezeqint.net ([79.177.35.138]:50455 helo=localhost.localdomain) by vega.surpasshosting.com with esmtpa (Exim 4.69) (envelope-from ) id 1OBYRe-0000CE-OY; Mon, 10 May 2010 15:15:15 -0400 From: Felix Radensky To: linuxppc-dev@lists.ozlabs.org Subject: [PATCH] 85xx: Fix PCI-E interrupt mapping for slot 0 of P2020DS Date: Mon, 10 May 2010 22:15:17 +0300 Message-Id: <1273518917-10229-1-git-send-email-felix@embedded-sol.com> X-Mailer: git-send-email 1.5.4.3 In-Reply-To: <> References: <> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vega.surpasshosting.com X-AntiAbuse: Original Domain - lists.ozlabs.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - embedded-sol.com Cc: Felix Radensky X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Fix legacy PCI-E interrupt mapping for PCI-E slot 0 of P2020DS evaluation board. The patch is based on P2020DS device tree from Freescale BSP for this board. Signed-off-by: Felix Radensky --- arch/powerpc/boot/dts/p2020ds.dts | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/boot/dts/p2020ds.dts b/arch/powerpc/boot/dts/p2020ds.dts index 1101914..7c5fc07 100644 --- a/arch/powerpc/boot/dts/p2020ds.dts +++ b/arch/powerpc/boot/dts/p2020ds.dts @@ -507,10 +507,10 @@ interrupt-map-mask = <0xf800 0x0 0x0 0x7>; interrupt-map = < /* IDSEL 0x0 */ - 0000 0x0 0x0 0x1 &mpic 0x8 0x1 - 0000 0x0 0x0 0x2 &mpic 0x9 0x1 - 0000 0x0 0x0 0x3 &mpic 0xa 0x1 - 0000 0x0 0x0 0x4 &mpic 0xb 0x1 + 0000 0x0 0x0 0x1 &mpic 0x8 0x2 + 0000 0x0 0x0 0x2 &mpic 0x9 0x2 + 0000 0x0 0x0 0x3 &mpic 0xa 0x2 + 0000 0x0 0x0 0x4 &mpic 0xb 0x2 >; pcie@0 { reg = <0x0 0x0 0x0 0x0 0x0>;