diff options
author | Pierre Aubert <p.aubert@staubli.com> | 2013-06-19 09:16:13 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-06-26 14:28:54 (GMT) |
commit | 7aa1e8bb1bdbcc9d6114f70504257c2eae4b0cd7 (patch) | |
tree | af104e36e04f4de2e3cda2ff9265cb30fc8ee383 /arch | |
parent | 2dbe64ca249fabab2195a30056a0bd645a4a9152 (diff) | |
download | u-boot-7aa1e8bb1bdbcc9d6114f70504257c2eae4b0cd7.tar.xz |
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.h | 2 |
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 03abb2a..45824f9 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) |