From: Pierre Aubert
Date: Wed, 19 Jun 2013 09:16:13 +0000 (+0200)
Subject: imx6: fix GPR2 wrong definition
X-Git-Tag: v2025.01-rc5-pxa1908~16059^2~11^2~18
X-Git-Url: http://git.dujemihanovic.xyz/repo?a=commitdiff_plain;h=7aa1e8bb1bdbcc9d6114f70504257c2eae4b0cd7;p=u-boot.git
imx6: fix GPR2 wrong definition
Signed-off-by: Pierre Aubert
CC: Stefano Babic
Acked-by: Dirk Behme
---
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<