summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2014-05-06 09:13:02 +0800
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-06-09 09:18:12 +0200
commit9d2ca0984bda37bb58bf7f58f1626450e28a6595 (patch)
tree54f2f800d690d7a8648ad28cd329fb05766d8078
parent6b57ff6fd5111840dd4787f3d08596076e752676 (diff)
downloadblackbird-obmc-uboot-9d2ca0984bda37bb58bf7f58f1626450e28a6595.tar.gz
blackbird-obmc-uboot-9d2ca0984bda37bb58bf7f58f1626450e28a6595.zip
arm: imx: Add two macros for VF610 in IOMUX_PAD structure
Add PAD_CTL_DSE_150ohm and PAD_CTL_PUS_22K_UP for VF610 in IOMUX_PAD structure. Signed-off-by: Alison Wang <Huan.Wang@freescale.com>
-rw-r--r--arch/arm/include/asm/imx-common/iomux-v3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/imx-common/iomux-v3.h b/arch/arm/include/asm/imx-common/iomux-v3.h
index cca920b28e..ff45618e45 100644
--- a/arch/arm/include/asm/imx-common/iomux-v3.h
+++ b/arch/arm/include/asm/imx-common/iomux-v3.h
@@ -123,12 +123,14 @@ typedef u64 iomux_v3_cfg_t;
#define PAD_CTL_SPEED_MED (1 << 12)
#define PAD_CTL_SPEED_HIGH (3 << 12)
+#define PAD_CTL_DSE_150ohm (1 << 6)
#define PAD_CTL_DSE_50ohm (3 << 6)
#define PAD_CTL_DSE_25ohm (6 << 6)
#define PAD_CTL_DSE_20ohm (7 << 6)
#define PAD_CTL_PUS_47K_UP (1 << 4 | PAD_CTL_PUE)
#define PAD_CTL_PUS_100K_UP (2 << 4 | PAD_CTL_PUE)
+#define PAD_CTL_PUS_22K_UP (3 << 4 | PAD_CTL_PUE)
#define PAD_CTL_PKE (1 << 3)
#define PAD_CTL_PUE (1 << 2 | PAD_CTL_PKE)
OpenPOWER on IntegriCloud