summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Aubert <[email protected]>2013-06-19 11:16:13 +0200
committerStefano Babic <[email protected]>2013-06-26 16:28:54 +0200
commit7aa1e8bb1bdbcc9d6114f70504257c2eae4b0cd7 (patch)
treeaf104e36e04f4de2e3cda2ff9265cb30fc8ee383
parent2dbe64ca249fabab2195a30056a0bd645a4a9152 (diff)
imx6: fix GPR2 wrong definition
Signed-off-by: Pierre Aubert <[email protected]> CC: Stefano Babic <[email protected]> Acked-by: Dirk Behme <[email protected]>
-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 03abb2a8b75..45824f92a1a 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)