From: Peng Fan Date: Sat, 7 Aug 2021 08:00:44 +0000 (+0800) Subject: driver: serial: fsl_lpuart: support i.MX8ULP X-Git-Tag: v2025.01-rc5-pxa1908~1754^2~30 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=166bc7fba05db2435ebc7b5b5954f0ed35f82b14;p=u-boot.git driver: serial: fsl_lpuart: support i.MX8ULP i.MX8ULP lpuart has same register layout as i.MX7ULP and i.MX8 Signed-off-by: Peng Fan --- diff --git a/include/fsl_lpuart.h b/include/fsl_lpuart.h index 511fb84367..18e5cc15d6 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_IMXRT) || defined(CONFIG_ARCH_IMX8ULP) struct lpuart_fsl_reg32 { u32 verid; u32 param;