]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/imx-common/iomux-v3.h
iomux-v3: Add support for mx6sl LVE bit
[karo-tx-uboot.git] / arch / arm / include / asm / imx-common / iomux-v3.h
index dec11a133044bd54bf54a92a876ca3c0cc04cfa3..cca920b28ecfd1e527ec66a66ce729bf4741ec1f 100644 (file)
@@ -111,6 +111,11 @@ typedef u64 iomux_v3_cfg_t;
 #define PAD_CTL_DSE_40ohm      (6 << 3)
 #define PAD_CTL_DSE_34ohm      (7 << 3)
 
+#if defined CONFIG_MX6SL
+#define PAD_CTL_LVE            (1 << 1)
+#define PAD_CTL_LVE_BIT                (1 << 22)
+#endif
+
 #elif defined(CONFIG_VF610)
 
 #define PAD_MUX_MODE_SHIFT     20