]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cpu: imx8_cpu: Add iMX8MP UltraLite Part cpu type
authorYe Li <ye.li@nxp.com>
Fri, 5 Jun 2026 09:51:06 +0000 (17:51 +0800)
committerFabio Estevam <festevam@gmail.com>
Fri, 5 Jun 2026 15:57:02 +0000 (12:57 -0300)
iMX8MP UltraLite part is missed in the cpu type print

Signed-off-by: Ye Li <ye.li@nxp.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
drivers/cpu/imx8_cpu.c

index c6bb938e398f852123dd9bd457270e23f63115d8..f8202d36fcdb4d8ff355098597f5cf86a7bd044f 100644 (file)
@@ -73,6 +73,8 @@ static const char *get_imx_type_str(u32 imxtype)
                return "8MP[5]";        /* Quad-core version of the imx8mp, low cost industrial & HMI */
        case MXC_CPU_IMX8MP6:
                return "8MP[6]";        /* Quad-core version of the imx8mp, NPU fused */
+       case MXC_CPU_IMX8MPUL:
+               return "8MP UltraLite"; /* Quad-core UltraLite version of the imx8mp */
        case MXC_CPU_IMX8MQ:
                return "8MQ";   /* Quad-core version of the imx8mq */
        case MXC_CPU_IMX8MQL: