From patchwork Thu Jul 21 10:24:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: shaohui xie X-Patchwork-Id: 106029 X-Patchwork-Delegate: galak@kernel.crashing.org Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [IPv6:::1]) by ozlabs.org (Postfix) with ESMTP id 7B814B74A5 for ; Thu, 21 Jul 2011 21:22:19 +1000 (EST) Received: from VA3EHSOBE009.bigfish.com (va3ehsobe006.messaging.microsoft.com [216.32.180.16]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Microsoft Secure Server Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id C6C5AB6F80 for ; Thu, 21 Jul 2011 21:22:10 +1000 (EST) Received: from mail184-va3-R.bigfish.com (10.7.14.244) by VA3EHSOBE009.bigfish.com (10.7.40.29) with Microsoft SMTP Server id 14.1.225.22; Thu, 21 Jul 2011 11:22:04 +0000 Received: from mail184-va3 (localhost.localdomain [127.0.0.1]) by mail184-va3-R.bigfish.com (Postfix) with ESMTP id C9436990324 for ; Thu, 21 Jul 2011 11:22:04 +0000 (UTC) X-SpamScore: 0 X-BigFish: VS0(zzzz1202hzz8275bhz2dh2a8h668h839h62h) X-Spam-TCS-SCL: 1:0 X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPVD:NLI; H:mail.freescale.net; RD:none; EFVD:NLI Received: from mail184-va3 (localhost.localdomain [127.0.0.1]) by mail184-va3 (MessageSwitch) id 1311247324729057_24026; Thu, 21 Jul 2011 11:22:04 +0000 (UTC) Received: from VA3EHSMHS030.bigfish.com (unknown [10.7.14.251]) by mail184-va3.bigfish.com (Postfix) with ESMTP id A3989124804B for ; Thu, 21 Jul 2011 11:22:04 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by VA3EHSMHS030.bigfish.com (10.7.99.40) with Microsoft SMTP Server (TLS) id 14.1.225.22; Thu, 21 Jul 2011 11:21:59 +0000 Received: from az33smr02.freescale.net (10.64.34.200) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server id 14.1.289.8; Thu, 21 Jul 2011 06:21:58 -0500 Received: from localhost.localdomain (rock.ap.freescale.net [10.193.20.106]) by az33smr02.freescale.net (8.13.1/8.13.0) with ESMTP id p6LBLuS5002949; Thu, 21 Jul 2011 06:21:57 -0500 (CDT) From: Shaohui Xie To: Subject: [PATCH 1/4] powerpc/85xx: fix interrupt number of memory-controller for P4080 Date: Thu, 21 Jul 2011 18:24:49 +0800 Message-ID: <1311243889-4316-1-git-send-email-Shaohui.Xie@freescale.com> X-Mailer: git-send-email 1.6.4 MIME-Version: 1.0 X-OriginatorOrg: freescale.com Cc: kumar.gala@freescale.com, Shaohui Xie X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Signed-off-by: Shaohui Xie --- arch/powerpc/boot/dts/p4080ds.dts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/boot/dts/p4080ds.dts b/arch/powerpc/boot/dts/p4080ds.dts index 927f94d..9c37a85 100644 --- a/arch/powerpc/boot/dts/p4080ds.dts +++ b/arch/powerpc/boot/dts/p4080ds.dts @@ -131,14 +131,14 @@ compatible = "fsl,p4080-memory-controller"; reg = <0x8000 0x1000>; interrupt-parent = <&mpic>; - interrupts = <0x12 2>; + interrupts = <16 2>; }; memory-controller@9000 { compatible = "fsl,p4080-memory-controller"; reg = <0x9000 0x1000>; interrupt-parent = <&mpic>; - interrupts = <0x12 2>; + interrupts = <16 2>; }; corenet-cf@18000 {