projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7590fc
)
imx: add i.MX8MP PE property
author
Peng Fan
<peng.fan@nxp.com>
Mon, 30 Dec 2019 08:43:48 +0000
(16:43 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 8 Jan 2020 12:20:08 +0000
(13:20 +0100)
i.MX8MP does not have LVTTL, it has a PE property
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/include/asm/mach-imx/iomux-v3.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/mach-imx/iomux-v3.h
b/arch/arm/include/asm/mach-imx/iomux-v3.h
index
3d5586e
..
06dbd8d
100644
(file)
--- a/
arch/arm/include/asm/mach-imx/iomux-v3.h
+++ b/
arch/arm/include/asm/mach-imx/iomux-v3.h
@@
-104,7
+104,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) || defined(CONFIG_IMX8MN)
+#if defined(CONFIG_IMX8MM) || defined(CONFIG_IMX8MN)
|| defined(CONFIG_IMX8MP)
#define PAD_CTL_PE (0x1 << 8)
#else
#define PAD_CTL_LVTTL (0x1 << 8)