summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/imx-common
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-12-11 11:24:24 (GMT)
committerStefano Babic <sbabic@denx.de>2016-12-16 10:38:24 (GMT)
commit40913fb595d1f909acbe098b3cbb076c8a635dda (patch)
tree80ab5c752c14b463a27624af9d97f67c91b0e77c /arch/arm/include/asm/imx-common
parentfddac8056a4ea5ef446cd278b73bae625b42a16c (diff)
downloadu-boot-fsl-qoriq-40913fb595d1f909acbe098b3cbb076c8a635dda.tar.xz
imx: mx6sll: add iomux settings
Add iomux settings for i.MX6 SLL Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Ye.Li <ye.li@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm/imx-common')
-rw-r--r--arch/arm/include/asm/imx-common/iomux-v3.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/include/asm/imx-common/iomux-v3.h b/arch/arm/include/asm/imx-common/iomux-v3.h
index b3af696..7587cbb 100644
--- a/arch/arm/include/asm/imx-common/iomux-v3.h
+++ b/arch/arm/include/asm/imx-common/iomux-v3.h
@@ -144,10 +144,12 @@ typedef u64 iomux_v3_cfg_t;
#define PAD_CTL_DSE_40ohm (6 << 3)
#define PAD_CTL_DSE_34ohm (7 << 3)
-#if defined CONFIG_MX6SL
+/* i.MX6SL/SLL */
#define PAD_CTL_LVE (1 << 1)
#define PAD_CTL_LVE_BIT (1 << 22)
-#endif
+
+/* i.MX6SLL */
+#define PAD_CTL_IPD_BIT (1 << 27)
#elif defined(CONFIG_VF610)