From patchwork Thu Sep 9 08:05:15 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zang Roy-R61911 X-Patchwork-Id: 64259 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 5B6641DDD2 for ; Thu, 9 Sep 2010 18:27:12 +1000 (EST) Received: by ozlabs.org (Postfix) id 4E65BB6F0D; Thu, 9 Sep 2010 18:27:06 +1000 (EST) Delivered-To: linuxppc-dev@ozlabs.org Received: from DB3EHSOBE003.bigfish.com (db3ehsobe003.messaging.microsoft.com [213.199.154.141]) by ozlabs.org (Postfix) with ESMTP id 9EAEBB6EEF for ; Thu, 9 Sep 2010 18:27:05 +1000 (EST) Received: from mail27-db3-R.bigfish.com (10.3.81.240) by DB3EHSOBE003.bigfish.com (10.3.84.23) with Microsoft SMTP Server id 8.1.436.0; Thu, 9 Sep 2010 08:27:00 +0000 Received: from mail27-db3 (localhost.localdomain [127.0.0.1]) by mail27-db3-R.bigfish.com (Postfix) with ESMTP id 7E63FAA8372 for ; Thu, 9 Sep 2010 08:36:17 +0000 (UTC) X-SpamScore: 2 X-BigFish: VS2(zzzz1202hzz8275bh92fbjz2dh2a8h62h) X-Spam-TCS-SCL: 1:0 Received: from mail27-db3 (localhost.localdomain [127.0.0.1]) by mail27-db3 (MessageSwitch) id 1284021377385221_14739; Thu, 9 Sep 2010 08:36:17 +0000 (UTC) Received: from DB3EHSMHS005.bigfish.com (unknown [10.3.81.249]) by mail27-db3.bigfish.com (Postfix) with ESMTP id 5222A113804C for ; Thu, 9 Sep 2010 08:36:17 +0000 (UTC) Received: from az33egw02.freescale.net (192.88.158.103) by DB3EHSMHS005.bigfish.com (10.3.87.105) with Microsoft SMTP Server (TLS) id 14.0.482.44; Thu, 9 Sep 2010 08:26:59 +0000 Received: from az33smr01.freescale.net (az33smr01.freescale.net [10.64.34.199]) by az33egw02.freescale.net (8.14.3/8.14.3) with ESMTP id o898QlFJ017162 for ; Thu, 9 Sep 2010 01:26:57 -0700 (MST) Received: from localhost.localdomain (rock.ap.freescale.net [10.193.20.106]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id o898d5wH012295; Thu, 9 Sep 2010 03:39:06 -0500 (CDT) From: Roy Zang To: linuxppc-dev@ozlabs.org Subject: [PATCH] powerpc/dts: add interrupt parent for lbc node for p4080 Date: Thu, 9 Sep 2010 16:05:15 +0800 Message-ID: <1284019515-26258-1-git-send-email-tie-fei.zang@freescale.com> X-Mailer: git-send-email 1.5.6.5 MIME-Version: 1.0 X-Reverse-DNS: az33egw02.freescale.net Cc: B11780@freescale.com 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: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Signed-off-by: Roy Zang --- arch/powerpc/boot/dts/p4080ds.dts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/dts/p4080ds.dts b/arch/powerpc/boot/dts/p4080ds.dts index 2f0de24..0a18138 100644 --- a/arch/powerpc/boot/dts/p4080ds.dts +++ b/arch/powerpc/boot/dts/p4080ds.dts @@ -431,6 +431,7 @@ compatible = "fsl,p4080-elbc", "fsl,elbc", "simple-bus"; reg = <0xf 0xfe124000 0 0x1000>; interrupts = <25 2>; + interrupt-parent = <&mpic>; #address-cells = <2>; #size-cells = <1>;