summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPierre Aubert <p.aubert@staubli.com>2013-06-19 11:16:13 +0200
committerStefano Babic <sbabic@denx.de>2013-06-26 16:28:54 +0200
commit7aa1e8bb1bdbcc9d6114f70504257c2eae4b0cd7 (patch)
treeaf104e36e04f4de2e3cda2ff9265cb30fc8ee383 /arch
parent2dbe64ca249fabab2195a30056a0bd645a4a9152 (diff)
downloadtalos-obmc-uboot-7aa1e8bb1bdbcc9d6114f70504257c2eae4b0cd7.tar.gz
talos-obmc-uboot-7aa1e8bb1bdbcc9d6114f70504257c2eae4b0cd7.zip
imx6: fix GPR2 wrong definition
Signed-off-by: Pierre Aubert <p.aubert@staubli.com> CC: Stefano Babic <sbabic@denx.de> Acked-by: Dirk Behme <dirk.behme@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-mx6/imx-regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h
index 03abb2a8b7..45824f92a1 100644
--- a/arch/arm/include/asm/arch-mx6/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx6/imx-regs.h
@@ -364,7 +364,7 @@ struct iomuxc {
#define IOMUXC_GPR2_MODE_DISABLED 0
#define IOMUXC_GPR2_MODE_ENABLED_DI0 1
-#define IOMUXC_GPR2_MODE_ENABLED_DI1 2
+#define IOMUXC_GPR2_MODE_ENABLED_DI1 3
#define IOMUXC_GPR2_LVDS_CH1_MODE_OFFSET 2
#define IOMUXC_GPR2_LVDS_CH1_MODE_MASK (3<<IOMUXC_GPR2_LVDS_CH1_MODE_OFFSET)
OpenPOWER on IntegriCloud