summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Paulo Goncalves <joao.goncalves@toradex.com>2024-01-31 09:22:15 -0300
committerJoao Paulo Goncalves <joao.goncalves@toradex.com>2024-01-31 14:51:48 -0300
commitef90b0f339f2bcd576f0d7898b5896c6d9c0f93f (patch)
tree69f0f67c0c01abcefecd2e3d661a82763cff6411
parent28dc906f6107ce8510a1ba07894ac966bad9b27d (diff)
toradex: tdx-cfg-block: add 0086 i.mx8m mini sku
Add new product id 0086 Verdin iMX8M Mini DualLite 2GB IT. Upstream-Status: Submitted [https://lore.kernel.org/u-boot/20240131173204.100407-1-jpaulo.silvagoncalves@gmail.com/] Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
-rw-r--r--board/toradex/common/tdx-cfg-block.c1
-rw-r--r--board/toradex/common/tdx-cfg-block.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
index 14fa7f12eb..0e6d866ad7 100644
--- a/board/toradex/common/tdx-cfg-block.c
+++ b/board/toradex/common/tdx-cfg-block.c
@@ -138,6 +138,7 @@ const struct toradex_som toradex_modules[] = {
[67] = { "Apalis iMX8QM 8GB WB IT", TARGET_IS_ENABLED(APALIS_IMX8) },
[68] = { "Verdin iMX8M Mini Quad 2GB WB IT", TARGET_IS_ENABLED(VERDIN_IMX8MM) },
[70] = { "Verdin iMX8M Plus Quad 8GB WB IT", TARGET_IS_ENABLED(VERDIN_IMX8MP) },
+ [86] = { "Verdin iMX8M Mini DualLite 2GB IT", TARGET_IS_ENABLED(VERDIN_IMX8MM) },
};
struct pid4list {
diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
index 5dc9053ec0..2bf7c5123c 100644
--- a/board/toradex/common/tdx-cfg-block.h
+++ b/board/toradex/common/tdx-cfg-block.h
@@ -96,6 +96,8 @@ enum {
VERDIN_IMX8MMQ_WIFI_BT_IT_NO_CAN,
/* 69 */
VERDIN_IMX8MPQ_8GB_WIFI_BT_IT = 70, /* 70 */
+ /* 71-85 */
+ VERDIN_IMX8MMDL_2G_IT = 86,
};
enum {