diff options
author | Mahesh Mahadevan <mahesh.mahadevan@freescale.com> | 2012-05-25 10:29:10 -0500 |
---|---|---|
committer | Mahesh Mahadevan <mahesh.mahadevan@freescale.com> | 2012-05-30 07:58:09 -0500 |
commit | 75752c1cbe95c9f6241f3054b6435312d6708a38 (patch) | |
tree | 11d41395fd4581dc04591fedbc361f8f58c7e156 /include/asm-arm | |
parent | 1627b8fd466be9cb0248be08f39b52a6e80337f1 (diff) | |
download | u-boot-imx-75752c1cbe95c9f6241f3054b6435312d6708a38.zip u-boot-imx-75752c1cbe95c9f6241f3054b6435312d6708a38.tar.gz u-boot-imx-75752c1cbe95c9f6241f3054b6435312d6708a38.tar.bz2 |
ENGR00211038 Fix the PAD_LVE implementation
Fix the PAD_LVE implementation used on MX6SL.
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-mx6/iomux-v3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mx6/iomux-v3.h b/include/asm-arm/arch-mx6/iomux-v3.h index 4ce38a5..6f33552 100644 --- a/include/asm-arm/arch-mx6/iomux-v3.h +++ b/include/asm-arm/arch-mx6/iomux-v3.h @@ -96,7 +96,7 @@ typedef unsigned int iomux_pin_name_t; /* * Use to set PAD control */ -#define PAD_CTL_LVE_OFFSET (1 << 22) +#define PAD_CTL_LVE_OFFSET (22) #define PAD_CTL_LVE (1 << 18) #define NO_PAD_CTRL (1 << 17) #define PAD_CTL_HYS (1 << 16) |