summaryrefslogtreecommitdiff
path: root/drivers/cpu
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-18 08:45:37 -0600
committerTom Rini <[email protected]>2026-03-18 08:45:37 -0600
commit24db98cdf911b6ca362209e674bf9412441c1095 (patch)
tree72a3a461b3cfa06304b5a1c8e85c10a5a8a2adfa /drivers/cpu
parent637010c9a8a312c005e88b52f0d958c522c4059b (diff)
parente4be6fc6cad5ed93ff44ab9756fec0bbc6525781 (diff)
Merge tag 'u-boot-imx-next-20260318' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/29557 - Add support for i.MX952. - Add support for XPI1 on imx943_evk.
Diffstat (limited to 'drivers/cpu')
-rw-r--r--drivers/cpu/imx8_cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpu/imx8_cpu.c b/drivers/cpu/imx8_cpu.c
index 3cd00199548..785c299eca5 100644
--- a/drivers/cpu/imx8_cpu.c
+++ b/drivers/cpu/imx8_cpu.c
@@ -112,6 +112,8 @@ static const char *get_imx_type_str(u32 imxtype)
return "95";
case MXC_CPU_IMX94:
return "94";
+ case MXC_CPU_IMX952:
+ return "952";
default:
return "??";
}