diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-07-26 16:40:40 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-07-26 11:29:00 +0200 |
commit | 4eb2cbdd45de48205e7746bfb6ba8ed289a4b47f (patch) | |
tree | c5b9ce59908fdfe89b3708d4b471fac62e893dfe /include/fsl_lpuart.h | |
parent | 881df6ed84c965608292d4b0e44e53e4dc821b09 (diff) | |
download | u-boot-4eb2cbdd45de48205e7746bfb6ba8ed289a4b47f.tar.gz |
fsl_lpuart: add i.MX9 support
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>
Diffstat (limited to 'include/fsl_lpuart.h')
-rw-r--r-- | include/fsl_lpuart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fsl_lpuart.h b/include/fsl_lpuart.h index 18e5cc15d61..93c996b764b 100644 --- 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; |