From: Peng Fan Date: Tue, 26 Jul 2022 08:40:40 +0000 (+0800) Subject: fsl_lpuart: add i.MX9 support X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=4eb2cbdd45de48205e7746bfb6ba8ed289a4b47f;p=u-boot.git 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 --- diff --git a/include/fsl_lpuart.h b/include/fsl_lpuart.h index 18e5cc15d6..93c996b764 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;