diff mbox series

[V2,10/53] fsl_lpuart: add i.MX9 support

Message ID 20220726084123.2508-11-peng.fan@oss.nxp.com
State Accepted
Commit 4eb2cbdd45de48205e7746bfb6ba8ed289a4b47f
Delegated to: Stefano Babic
Headers show
Series NXP-IMX pending patches | expand

Commit Message

Peng Fan (OSS) July 26, 2022, 8:40 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic July 26, 2022, 1:52 p.m. UTC | #1
> From: Peng Fan <peng.fan@nxp.com>
> 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>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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;