From patchwork Mon Aug 29 13:13:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Hui X-Patchwork-Id: 3765 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 8A5B923E54 for ; Mon, 29 Aug 2011 13:09:11 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 57919A182E6 for ; Mon, 29 Aug 2011 13:09:11 +0000 (UTC) Received: by fxd18 with SMTP id 18so6509566fxd.11 for ; Mon, 29 Aug 2011 06:09:11 -0700 (PDT) Received: by 10.223.22.14 with SMTP id l14mr3460558fab.100.1314623351057; Mon, 29 Aug 2011 06:09:11 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.11.8 with SMTP id m8cs96322lab; Mon, 29 Aug 2011 06:09:10 -0700 (PDT) Received: by 10.227.36.227 with SMTP id u35mr3798651wbd.83.1314623350311; Mon, 29 Aug 2011 06:09:10 -0700 (PDT) Received: from AM1EHSOBE001.bigfish.com (am1ehsobe001.messaging.microsoft.com [213.199.154.204]) by mx.google.com with ESMTPS id fe2si10745878wbb.9.2011.08.29.06.09.10 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 29 Aug 2011 06:09:10 -0700 (PDT) Received-SPF: neutral (google.com: 213.199.154.204 is neither permitted nor denied by best guess record for domain of jason.hui@linaro.org) client-ip=213.199.154.204; Authentication-Results: mx.google.com; spf=neutral (google.com: 213.199.154.204 is neither permitted nor denied by best guess record for domain of jason.hui@linaro.org) smtp.mail=jason.hui@linaro.org Received: from mail19-am1-R.bigfish.com (10.3.201.243) by AM1EHSOBE001.bigfish.com (10.3.204.21) with Microsoft SMTP Server id 14.1.225.22; Mon, 29 Aug 2011 13:09:09 +0000 Received: from mail19-am1 (localhost.localdomain [127.0.0.1]) by mail19-am1-R.bigfish.com (Postfix) with ESMTP id 4D3652F03DA; Mon, 29 Aug 2011 13:09:09 +0000 (UTC) X-SpamScore: 0 X-BigFish: VS0(zzzz1202hzz8275dhz2dh87h2a8h668h839h61h) X-Spam-TCS-SCL: 0:0 X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPVD:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-FB-DOMAIN-IP-MATCH: fail Received: from mail19-am1 (localhost.localdomain [127.0.0.1]) by mail19-am1 (MessageSwitch) id 131462332216438_14250; Mon, 29 Aug 2011 13:08:42 +0000 (UTC) Received: from AM1EHSMHS019.bigfish.com (unknown [10.3.201.254]) by mail19-am1.bigfish.com (Postfix) with ESMTP id 3BD2513B01ED; Mon, 29 Aug 2011 13:08:29 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by AM1EHSMHS019.bigfish.com (10.3.206.22) with Microsoft SMTP Server (TLS) id 14.1.225.22; Mon, 29 Aug 2011 13:08:24 +0000 Received: from az33smr01.freescale.net (10.64.34.199) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server id 14.1.323.2; Mon, 29 Aug 2011 08:08:22 -0500 Received: from r64343-desktop.ap.freescale.net (r64343-desktop.ap.freescale.net [10.192.242.36]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id p7TD8KAI018379; Mon, 29 Aug 2011 08:08:21 -0500 (CDT) From: Jason Liu To: CC: , Subject: [PATCH] ARM: mx25: Add the missing IIM base definition Date: Mon, 29 Aug 2011 21:13:44 +0800 Message-ID: <1314623624-9999-1-git-send-email-jason.hui@linaro.org> X-Mailer: git-send-email 1.7.4.1 MIME-Version: 1.0 X-OriginatorOrg: sigmatel.com This fix the mx25 building issue of no IIM base definition Signed-off-by: Jason Liu Cc: Sascha Hauer --- arch/arm/plat-mxc/include/mach/mx25.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-mxc/include/mach/mx25.h b/arch/arm/plat-mxc/include/mach/mx25.h index 8dcab80..ccebf5b 100644 --- a/arch/arm/plat-mxc/include/mach/mx25.h +++ b/arch/arm/plat-mxc/include/mach/mx25.h @@ -41,6 +41,7 @@ #define MX25_SSI2_BASE_ADDR 0x50014000 #define MX25_SSI1_BASE_ADDR 0x50034000 #define MX25_NFC_BASE_ADDR 0xbb000000 +#define MX25_IIM_BASE_ADDR 0x53ff0000 #define MX25_DRYICE_BASE_ADDR 0x53ffc000 #define MX25_ESDHC1_BASE_ADDR 0x53fb4000 #define MX25_ESDHC2_BASE_ADDR 0x53fb8000