summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPierre Aubert <p.aubert@staubli.com>2013-06-19 11:16:13 +0200
committerJason Liu <r64343@freescale.com>2013-11-22 13:11:03 +0800
commit68c9ed925b8f07d3050765efc2eadd0098a247fe (patch)
treed85269de21c62837e83e72ac8e8e84c788b7e9d6 /arch
parent91403a3401cf35c1356d1a21b239e57a9843c3e9 (diff)
downloadu-boot-imx-68c9ed925b8f07d3050765efc2eadd0098a247fe.zip
u-boot-imx-68c9ed925b8f07d3050765efc2eadd0098a247fe.tar.gz
u-boot-imx-68c9ed925b8f07d3050765efc2eadd0098a247fe.tar.bz2
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> (cherry picked from commit 7aa1e8bb1bdbcc9d6114f70504257c2eae4b0cd7) Signed-off-by: Jason Liu <r64343@freescale.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 344fc0e..3a55c7a 100644
--- a/arch/arm/include/asm/arch-mx6/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx6/imx-regs.h
@@ -377,7 +377,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)