summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-02-19 10:07:03 +0000
committerStefano Babic <sbabic@denx.de>2013-03-07 16:43:46 +0100
commit714afa64f3d81a660715b61785f1f3a3b986f852 (patch)
tree05530f9b661cec22036e5097ec50d3056d1d6e22 /arch
parent4f60c49a70a1201c2365651dc5dcb76503b58cf3 (diff)
downloadtalos-obmc-uboot-714afa64f3d81a660715b61785f1f3a3b986f852.tar.gz
talos-obmc-uboot-714afa64f3d81a660715b61785f1f3a3b986f852.zip
i.MX6: crm_regs: define IOMUXC_GPR4/6/7
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-mx6/iomux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/iomux.h b/arch/arm/include/asm/arch-mx6/iomux.h
index d23abd764a..d67f600068 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
*/
OpenPOWER on IntegriCloud