summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-05-04 14:30:34 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-05-05 14:40:53 +0800
commit6d383f8b190cf9749fa93780ac19a48239bdb7f0 (patch)
treec009772a617b0c6b1c745917f7fc3e23e93bd1f7 /arch
parentfd623964a78194543cfe21e5be031aa4ce9f623e (diff)
downloadu-boot-imx-6d383f8b190cf9749fa93780ac19a48239bdb7f0.zip
u-boot-imx-6d383f8b190cf9749fa93780ac19a48239bdb7f0.tar.gz
u-boot-imx-6d383f8b190cf9749fa93780ac19a48239bdb7f0.tar.bz2
MLK-10812-3 imx:mx6ul PAD_CTL_SPEED_LOW for mx6ul
PAD_CTL_SPEED_LOW for mx6ul same with mx6sx. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/imx-common/iomux-v3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/imx-common/iomux-v3.h b/arch/arm/include/asm/imx-common/iomux-v3.h
index 49c21d6..c1ceb51 100644
--- a/arch/arm/include/asm/imx-common/iomux-v3.h
+++ b/arch/arm/include/asm/imx-common/iomux-v3.h
@@ -128,7 +128,7 @@ typedef u64 iomux_v3_cfg_t;
#define PAD_CTL_ODE (1 << 11)
-#ifdef CONFIG_MX6SX
+#if defined(CONFIG_MX6SX) || defined(CONFIG_MX6UL)
#define PAD_CTL_SPEED_LOW (0 << 6)
#else
#define PAD_CTL_SPEED_LOW (1 << 6)