Skip to content

Commit 01d94d0

Browse files
Zhiqiang-Houfabioestevam
authored andcommitted
cpu: imx: Add i.MX 8M series SoCs
Add i.MX 8M Mini, Nano and Plus SoCs support. Signed-off-by: Hou Zhiqiang <[email protected]>
1 parent b7ed741 commit 01d94d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/cpu/imx8_cpu.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ struct cpu_imx_plat {
3131
static const char *get_imx_type_str(u32 imxtype)
3232
{
3333
switch (imxtype) {
34+
case MXC_CPU_IMX8MM:
35+
return "8MM";
36+
case MXC_CPU_IMX8MN:
37+
return "8MN";
38+
case MXC_CPU_IMX8MP:
39+
return "8MP";
3440
case MXC_CPU_IMX8QXP:
3541
case MXC_CPU_IMX8QXP_A0:
3642
return "8QXP";

0 commit comments

Comments
 (0)