git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
881df6e
)
fsl_lpuart: add i.MX9 support
author
Peng Fan
<peng.fan@nxp.com>
Tue, 26 Jul 2022 08:40:40 +0000
(16:40 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 26 Jul 2022 09:29:00 +0000
(11:29 +0200)
i.MX9 shares same register layout as i.MX7ULP, so
add the i.MX9 define here.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
include/fsl_lpuart.h
patch
|
blob
|
history
diff --git
a/include/fsl_lpuart.h
b/include/fsl_lpuart.h
index
18e5cc1
..
93c996b
100644
(file)
--- a/
include/fsl_lpuart.h
+++ b/
include/fsl_lpuart.h
@@
-5,7
+5,7
@@
*/
#if defined(CONFIG_ARCH_MX7ULP) || defined(CONFIG_ARCH_IMX8) || \
- defined(CONFIG_ARCH_IMXRT) || defined(CONFIG_ARCH_IMX8ULP)
+ defined(CONFIG_ARCH_IMXRT) || defined(CONFIG_ARCH_IMX8ULP)
|| defined(CONFIG_ARCH_IMX9)
struct lpuart_fsl_reg32 {
u32 verid;
u32 param;