diff options
| author | Peng Fan <[email protected]> | 2016-12-11 19:24:24 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2016-12-16 11:38:24 +0100 |
| commit | 40913fb595d1f909acbe098b3cbb076c8a635dda (patch) | |
| tree | 80ab5c752c14b463a27624af9d97f67c91b0e77c /arch/arm/include | |
| parent | fddac8056a4ea5ef446cd278b73bae625b42a16c (diff) | |
imx: mx6sll: add iomux settings
Add iomux settings for i.MX6 SLL
Signed-off-by: Peng Fan <[email protected]>
Signed-off-by: Ye.Li <[email protected]>
Cc: Stefano Babic <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/imx-common/iomux-v3.h | 6 |
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 b3af6960f32..7587cbbf956 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) |
