summaryrefslogtreecommitdiff
path: root/board/toradex
diff options
context:
space:
mode:
authorJoao Paulo Goncalves <joao.goncalves@toradex.com>2024-01-31 14:32:04 -0300
committerFabio Estevam <festevam@denx.de>2024-02-08 09:18:11 -0300
commit006538670d830bd155d2ad32df6c6e472c66d93c (patch)
tree4bcb8cb369d9af5e475b50c3338380d912d34940 /board/toradex
parentc4bc7db966176136c3e8508d3780836c7006c88e (diff)
downloadu-boot-006538670d830bd155d2ad32df6c6e472c66d93c.tar.gz
u-boot-006538670d830bd155d2ad32df6c6e472c66d93c.tar.bz2
u-boot-006538670d830bd155d2ad32df6c6e472c66d93c.zip
toradex: tdx-cfg-block: add 0086 i.mx8m mini sku
Add new product id 0086 Verdin iMX8M Mini DualLite 2GB IT. Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>
Diffstat (limited to 'board/toradex')
-rw-r--r--board/toradex/common/tdx-cfg-block.c1
-rw-r--r--board/toradex/common/tdx-cfg-block.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
index 3f2f6b9439..4a7de5483d 100644
--- a/board/toradex/common/tdx-cfg-block.c
+++ b/board/toradex/common/tdx-cfg-block.c
@@ -156,6 +156,7 @@ const struct toradex_som toradex_modules[] = {
[83] = { "Apalis iMX6Q 1GB", TARGET_IS_ENABLED(APALIS_IMX6) },
[84] = { "Apalis iMX6D 1GB IT", TARGET_IS_ENABLED(APALIS_IMX6) },
[85] = { "Apalis iMX6Q 2GB IT", TARGET_IS_ENABLED(APALIS_IMX6) },
+ [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 b783537ce7..021cc21b5e 100644
--- a/board/toradex/common/tdx-cfg-block.h
+++ b/board/toradex/common/tdx-cfg-block.h
@@ -111,6 +111,7 @@ enum {
APALIS_IMX6Q_NOWINCE,
APALIS_IMX6D_IT_NOWINCE,
APALIS_IMX6Q_IT_NOWINCE, /* 85 */
+ VERDIN_IMX8MMDL_2G_IT,
};
enum {