summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/mach-imx/iomux-v3.h
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-11-15 19:07:46 -0800
committerYe Li <ye.li@nxp.com>2019-05-29 20:02:04 -0700
commit3981af0da5ce4640fb1281526ae4b58108572e80 (patch)
tree095b9264b9980ecb0cba60d2cae3c57f685242b5 /arch/arm/include/asm/mach-imx/iomux-v3.h
parent35731640700a4aa105f117edae5dcc0e124030ab (diff)
MLK-21889-1 imx8mn: Add new SoC iMX8M Nano
Introduce a new SoC kconfig CONFIG_IMX8MN. Since the chip is derived from iMX8MM, we reuse the clocks and registers mapping files of iMX8MM. The iomux header file is the latest v0.03 generated by tool and add SION for i2c and usdhc3. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/mach-imx/iomux-v3.h')
-rw-r--r--arch/arm/include/asm/mach-imx/iomux-v3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/mach-imx/iomux-v3.h b/arch/arm/include/asm/mach-imx/iomux-v3.h
index 34f2af4838..7db4a30158 100644
--- a/arch/arm/include/asm/mach-imx/iomux-v3.h
+++ b/arch/arm/include/asm/mach-imx/iomux-v3.h
@@ -106,7 +106,7 @@ typedef u64 iomux_v3_cfg_t;
#define PAD_CTL_ODE (0x1 << 5)
#define PAD_CTL_PUE (0x1 << 6)
#define PAD_CTL_HYS (0x1 << 7)
-#if defined(CONFIG_IMX8MM)
+#if defined(CONFIG_IMX8MM) || defined(CONFIG_IMX8MN)
#define PAD_CTL_PE (0x1 << 8)
#else
#define PAD_CTL_LVTTL (0x1 << 8)