[PATCHv2 6/9] cpu: imx: Add i.MX 8M series SoCs
Zhiqiang Hou
Zhiqiang.Hou at nxp.com
Thu Jul 25 11:53:28 CEST 2024
From: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
Add i.MX 8M Mini, Nano and Plus SoCs support.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
---
V2:
- New patch.
drivers/cpu/imx8_cpu.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/cpu/imx8_cpu.c b/drivers/cpu/imx8_cpu.c
index 0509becf91e..dfedc9ffd14 100644
--- a/drivers/cpu/imx8_cpu.c
+++ b/drivers/cpu/imx8_cpu.c
@@ -33,6 +33,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";
--
2.43.0
More information about the U-Boot
mailing list