diff options
| author | Ye Li <[email protected]> | 2026-06-05 17:51:06 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-06-05 12:57:02 -0300 |
| commit | d0a62df75337cd5e44275c51b77383df9db9a339 (patch) | |
| tree | 06415982f48e33f550ff5f8b60d9e5eadacea4ab /drivers | |
| parent | 33d46e70790cd4fe61a7c19d365d1c8630183ef8 (diff) | |
cpu: imx8_cpu: Add iMX8MP UltraLite Part cpu type
iMX8MP UltraLite part is missed in the cpu type print
Signed-off-by: Ye Li <[email protected]>
Acked-by: Peng Fan <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/cpu/imx8_cpu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpu/imx8_cpu.c b/drivers/cpu/imx8_cpu.c index c6bb938e398..f8202d36fcd 100644 --- a/drivers/cpu/imx8_cpu.c +++ b/drivers/cpu/imx8_cpu.c @@ -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: |
