]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
fsl_lpuart: add i.MX9 support
authorPeng Fan <peng.fan@nxp.com>
Tue, 26 Jul 2022 08:40:40 +0000 (16:40 +0800)
committerStefano 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

index 18e5cc15d619be9426005f9269943f9784bca9ea..93c996b764b2e9549b189bb6c406dca78ca83f86 100644 (file)
@@ -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;