From patchwork Wed May 9 13:16:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Fritz X-Patchwork-Id: 158011 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D38F0B6FA1 for ; Thu, 10 May 2012 02:48:31 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SS9t1-0006sh-EO; Wed, 09 May 2012 16:37:23 +0000 Received: from mail-we0-f177.google.com ([74.125.82.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SS6l4-0002AN-RN for linux-arm-kernel@lists.infradead.org; Wed, 09 May 2012 13:16:58 +0000 Received: by werp11 with SMTP id p11so193296wer.36 for ; Wed, 09 May 2012 06:16:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=4AWWuRD/wh+vJolqqauWb+QXQn098r+6cU5DUdZLG60=; b=tnO2sYOVLrlXIsAzQ6XWsWdRBbkJ4OVvdamCEM3MqlJT0WGYgDkhqJCpOeffBpO1p7 CbyGdas84F6VhcKEvy8Rcm96oE3wPrCG5Ptgh32TAtEW2Bv/kSfQ2yzFhkQ9D+sHnn4q UvcydpKsaMw8BPLQg8/zxCkJ4hIP69+pDmWyBp/pE6ZqKb99DPdr2XzW69eQ+JpBak9E jM165Hl7faNB0w7miAncBQfcnxQyGDBy006/WhWDZX/AR6srITGOVzy/RNiCHTUTkDgG biwzmUWd4LNsOnBUhX+tuqKlFU8fTa61uHsiZvpPewrr3E8yHGqy2WNcVbcgywIEL/Ee /3DQ== Received: by 10.180.100.230 with SMTP id fb6mr366836wib.3.1336569403482; Wed, 09 May 2012 06:16:43 -0700 (PDT) Received: from lovely.krouter (fritzc.com. [78.47.220.26]) by mx.google.com with ESMTPS id fl2sm9567390wib.2.2012.05.09.06.16.41 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 May 2012 06:16:42 -0700 (PDT) Date: Wed, 9 May 2012 15:16:38 +0200 From: Christoph Fritz To: Sascha Hauer , Russell King , Fabio Estevam Subject: [PATCH] ARM: mx35: add WEIM register addresses Message-ID: <20120509131638.GA2057@lovely.krouter> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (chf.fritz[at]googlemail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: "Hans J. Koch" , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Christian Hemp X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org This patch adds WEIM register addresses to mx35 platform header file. Signed-off-by: Christoph Fritz Signed-off-by: Christian Hemp --- arch/arm/plat-mxc/include/mach/mx35.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-mxc/include/mach/mx35.h b/arch/arm/plat-mxc/include/mach/mx35.h index 80965a9..8b8f424 100644 --- a/arch/arm/plat-mxc/include/mach/mx35.h +++ b/arch/arm/plat-mxc/include/mach/mx35.h @@ -111,6 +111,11 @@ #define MX35_EMI_CTL_BASE_ADDR (MX35_X_MEMC_BASE_ADDR + 0x4000) #define MX35_PCMCIA_CTL_BASE_ADDR MX35_EMI_CTL_BASE_ADDR +#define MX35_WEIM_CSCRx_BASE_ADDR(cs) (MX35_WEIM_BASE_ADDR + (cs) * 0x10) +#define MX35_WEIM_CSCRxU(cs) (MX35_WEIM_CSCRx_BASE_ADDR(cs)) +#define MX35_WEIM_CSCRxL(cs) (MX35_WEIM_CSCRx_BASE_ADDR(cs) + 0x4) +#define MX35_WEIM_CSCRxA(cs) (MX35_WEIM_CSCRx_BASE_ADDR(cs) + 0x8) + #define MX35_NFC_BASE_ADDR 0xbb000000 #define MX35_PCMCIA_MEM_BASE_ADDR 0xbc000000