cpu: imx8_cpu: Expand get_imx_type_str list of supported CPUs
authorAdam Ford <aford173@gmail.com>
Tue, 25 Mar 2025 02:54:43 +0000 (21:54 -0500)
committerFabio Estevam <festevam@gmail.com>
Tue, 25 Mar 2025 11:32:15 +0000 (08:32 -0300)
commit055d7cf5d7920af3ec3b1d0b00f89da9f4cc0a73
treec98b33e85f2c7f8871bcf4568d0d09130ef2da45
parent19c5bff6d9a5d363c15f3561e645e6ff6297922d
cpu: imx8_cpu: Expand get_imx_type_str list of supported CPUs

The imx8_cpu is capable of running on IMX8, IMX8M, and IMX9
families, but the CPU list is limited on the 8M variants.  Expand
this list to show more variants and their respective names.

Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/cpu/imx8_cpu.c