From patchwork Tue Feb 19 20:07:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,V2,4/6] i.MX6: crm_regs: define IOMUXC_GPR4/6/7 Date: Tue, 19 Feb 2013 10:07:03 -0000 From: Eric Nelson X-Patchwork-Id: 221870 Message-Id: <1361304425-24430-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..d67f600 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 MX6_IOMUXC_GPR4 0x020e0010 +#define MX6_IOMUXC_GPR6 0x020e0018 +#define MX6_IOMUXC_GPR7 0x020e001c + /* * IOMUXC_GPR13 bit fields */