From patchwork Sun Feb 17 19:24:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Nelson X-Patchwork-Id: 221087 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 4B8092C0080 for ; Mon, 18 Feb 2013 06:25:03 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3566B4A0B7; Sun, 17 Feb 2013 20:24:56 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4+aUmXRk6B-M; Sun, 17 Feb 2013 20:24:55 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 31E294A090; Sun, 17 Feb 2013 20:24:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5212E4A044 for ; Sun, 17 Feb 2013 20:24:31 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ndFKqkVkSCuf for ; Sun, 17 Feb 2013 20:24:30 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from fed1rmfepo202.cox.net (fed1rmfepo202.cox.net [68.230.241.147]) by theia.denx.de (Postfix) with ESMTP id 0DB274A047 for ; Sun, 17 Feb 2013 20:24:28 +0100 (CET) Received: from fed1rmimpo305 ([68.230.241.173]) by fed1rmfepo202.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20130217192427.EOYX1243.fed1rmfepo202.cox.net@fed1rmimpo305> for ; Sun, 17 Feb 2013 14:24:27 -0500 Received: from localhost.localdomain ([68.104.142.219]) by fed1rmimpo305 with cox id 1XQP1l00F4kDSR801XQSAp; Sun, 17 Feb 2013 14:24:26 -0500 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020206.51212E6A.00CE,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=KJvY/S5o c=1 sm=1 a=bgrVu1Il1xLqAyFhkrkN7w==:17 a=K4raauk9a4cA:10 a=rcTfVT_afHIA:10 a=R_N1NMmAAAAA:8 a=_Bc7EHdA9OEA:10 a=UUxwRPwzURsfpOAC6esA:9 a=QOiTB_lUNkwA:10 a=bgrVu1Il1xLqAyFhkrkN7w==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none From: Eric Nelson To: u-boot@lists.denx.de Date: Sun, 17 Feb 2013 12:24:16 -0700 Message-Id: <1361129058-27988-5-git-send-email-eric.nelson@boundarydevices.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1361129058-27988-1-git-send-email-eric.nelson@boundarydevices.com> References: <1361129058-27988-1-git-send-email-eric.nelson@boundarydevices.com> Cc: fabio.estevam@freescale.com Subject: [U-Boot] [PATCH 4/6] i.MX6: crm_regs: define IOMUXC_GPR4/6/7 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Eric Nelson --- arch/arm/include/asm/arch-mx6/iomux.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/iomux.h b/arch/arm/include/asm/arch-mx6/iomux.h index d23abd7..57b514f 100644 --- a/arch/arm/include/asm/arch-mx6/iomux.h +++ b/arch/arm/include/asm/arch-mx6/iomux.h @@ -16,6 +16,11 @@ #ifndef __ASM_ARCH_IOMUX_H__ #define __ASM_ARCH_IOMUX_H__ + +#define IOMUXC_GPR4 0x020e0010 +#define IOMUXC_GPR6 0x020e0018 +#define IOMUXC_GPR7 0x020e001c + /* * IOMUXC_GPR13 bit fields */