diff options
| author | Tom Rini <[email protected]> | 2025-09-26 11:36:52 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-26 11:36:52 -0600 |
| commit | edce3c2905a2a9561d10bdb03e587a93e273758d (patch) | |
| tree | 0f989cfc4b576121496541d8f62f17c6cbc977b7 /drivers/cpu | |
| parent | 97f2f941e77cdfb7a0d6c2eae1d2e0cde8192523 (diff) | |
| parent | 1566f803bff58f472c38e2e34204753529d01136 (diff) | |
Merge tag 'u-boot-imx-next-20250926' 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/27737
- Add support for i.MX94 EVK.
- Set CONFIG_ETHPRIME to eth0 on phycore-imx93.
- Expand the nxp_fspi support to i.MX8QXP/8DXL/8ULP.
Diffstat (limited to 'drivers/cpu')
| -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 950630453f9..630919a3642 100644 --- a/drivers/cpu/imx8_cpu.c +++ b/drivers/cpu/imx8_cpu.c @@ -113,6 +113,8 @@ static const char *get_imx_type_str(u32 imxtype) return "91(01)";/* iMX91 9x9 Specific feature */ case MXC_CPU_IMX95: return "95"; + case MXC_CPU_IMX94: + return "94"; default: return "??"; } |
