projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deca6cf
)
imx: add i.MX8MN PE property
author
Peng Fan
<peng.fan@nxp.com>
Mon, 16 Sep 2019 03:09:23 +0000
(
03:09
+0000)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 5 Nov 2019 09:27:18 +0000
(10:27 +0100)
i.MX8MN 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 720e8f70433e6a0c38a02bfa66a1c2b6a176ef6a..3d5586ed4f6508da7eb77ca3367fbb8d4bda2d5c 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
def CONFIG_IMX8MM
+#if
defined(CONFIG_IMX8MM) || defined(CONFIG_IMX8MN)
#define PAD_CTL_PE (0x1 << 8)
#else
#define PAD_CTL_LVTTL (0x1 << 8)