summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-mx6/iomux-v3.h
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2012-04-11 19:35:13 +0800
committerJason Liu <r64343@freescale.com>2012-04-13 15:41:00 +0800
commitd3020f5dfa80f3c106aea7ec030dd5081416aac7 (patch)
treea3cde1f4cc24b745c0e95f362967053772c39aab /include/asm-arm/arch-mx6/iomux-v3.h
parent339d6552722c2c1e666fd7a61c12b380bd5282ca (diff)
downloadu-boot-imx-d3020f5dfa80f3c106aea7ec030dd5081416aac7.zip
u-boot-imx-d3020f5dfa80f3c106aea7ec030dd5081416aac7.tar.gz
u-boot-imx-d3020f5dfa80f3c106aea7ec030dd5081416aac7.tar.bz2
ENGR00179437-2 u-boot: mx6q: iomux: code clean upimx-android-r13.2.1imx_v2009.08
Remove the dead definiton which never used by iomux-v3 framework And move the SION bit definiton to arch-mx6/iomux-v3.h for sharing Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/asm-arm/arch-mx6/iomux-v3.h')
-rw-r--r--include/asm-arm/arch-mx6/iomux-v3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mx6/iomux-v3.h b/include/asm-arm/arch-mx6/iomux-v3.h
index b67a31f..49487fb 100644
--- a/include/asm-arm/arch-mx6/iomux-v3.h
+++ b/include/asm-arm/arch-mx6/iomux-v3.h
@@ -93,6 +93,7 @@ typedef u64 iomux_v3_cfg_t;
#define NO_PAD_I 0
#define NO_MUX_I 0
+#define IOMUX_CONFIG_SION (0x1 << 4)
#define PAD_CTL_PUS_100K_DOWN (0 << 14)
#define PAD_CTL_PUS_47K_UP (1 << 14)