]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
imx6: fix GPR2 wrong definition
authorPierre Aubert <p.aubert@staubli.com>
Wed, 19 Jun 2013 09:16:13 +0000 (11:16 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 26 Jun 2013 14:28:54 +0000 (16:28 +0200)
Signed-off-by: Pierre Aubert <p.aubert@staubli.com>
CC: Stefano Babic <sbabic@denx.de>
Acked-by: Dirk Behme <dirk.behme@gmail.com>
arch/arm/include/asm/arch-mx6/imx-regs.h

index 03abb2a8b7568f00b6b999f5054a5437b0413351..45824f92a1a60eef28dfbdcbeba5dd06686721da 100644 (file)
@@ -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)