From patchwork Sun Feb 17 19:24:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,4/6] i.MX6: crm_regs: define IOMUXC_GPR4/6/7 Date: Sun, 17 Feb 2013 09:24:16 -0000 From: Eric Nelson X-Patchwork-Id: 221087 Message-Id: <1361129058-27988-5-git-send-email-eric.nelson@boundarydevices.com> To: u-boot@lists.denx.de Cc: fabio.estevam@freescale.com 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 */