]> Git Repo - u-boot.git/commitdiff
cpu: imx: Add i.MX 8M series SoCs
authorHou Zhiqiang <[email protected]>
Thu, 1 Aug 2024 03:59:53 +0000 (11:59 +0800)
committerFabio Estevam <[email protected]>
Fri, 2 Aug 2024 18:16:51 +0000 (15:16 -0300)
Add i.MX 8M Mini, Nano and Plus SoCs support.

Signed-off-by: Hou Zhiqiang <[email protected]>
drivers/cpu/imx8_cpu.c

index b633a2c73a98d029df448fe540046f7a79431c75..a35147b72a39e2b428ef63570b72b666d8cefb87 100644 (file)
@@ -31,6 +31,12 @@ struct cpu_imx_plat {
 static const char *get_imx_type_str(u32 imxtype)
 {
        switch (imxtype) {
+       case MXC_CPU_IMX8MM:
+               return "8MM";
+       case MXC_CPU_IMX8MN:
+               return "8MN";
+       case MXC_CPU_IMX8MP:
+               return "8MP";
        case MXC_CPU_IMX8QXP:
        case MXC_CPU_IMX8QXP_A0:
                return "8QXP";
This page took 0.034463 seconds and 4 git commands to generate.