mirror of
https://xff.cz/git/u-boot/
synced 2025-09-19 09:32:07 +02:00
imx: add i.MX8MM PE property
i.MX8MM does not have LVTTL, it has a PE property Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -104,7 +104,11 @@ typedef u64 iomux_v3_cfg_t;
|
|||||||
#define PAD_CTL_ODE (0x1 << 5)
|
#define PAD_CTL_ODE (0x1 << 5)
|
||||||
#define PAD_CTL_PUE (0x1 << 6)
|
#define PAD_CTL_PUE (0x1 << 6)
|
||||||
#define PAD_CTL_HYS (0x1 << 7)
|
#define PAD_CTL_HYS (0x1 << 7)
|
||||||
|
#ifdef CONFIG_IMX8MM
|
||||||
|
#define PAD_CTL_PE (0x1 << 8)
|
||||||
|
#else
|
||||||
#define PAD_CTL_LVTTL (0x1 << 8)
|
#define PAD_CTL_LVTTL (0x1 << 8)
|
||||||
|
#endif
|
||||||
|
|
||||||
#elif defined CONFIG_MX7
|
#elif defined CONFIG_MX7
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user