summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMahesh Mahadevan <mahesh.mahadevan@freescale.com>2012-05-25 10:29:10 -0500
committerJustin Waters <justin.waters@timesys.com>2012-09-12 11:05:51 -0400
commit4a248e30d14f85bd2041088873b6c62ecb38efee (patch)
tree11d41395fd4581dc04591fedbc361f8f58c7e156 /include
parente4225da137712502cbd463b8999422870e82f5e7 (diff)
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')
-rw-r--r--include/asm-arm/arch-mx6/iomux-v3.h2
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 4ce38a58f5..6f33552a07 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)