From e72d2f7c00a195a6db25c1d1d9249999bcf51fc9 Mon Sep 17 00:00:00 2001 From: Joao Paulo Goncalves Date: Fri, 8 Mar 2024 09:20:20 -0300 Subject: toradex: tdx-cfg-block: add 0087 i.mx8m mini product variant Add new product id 0087 Verdin iMX8M Mini Quad 2GB IT. Upstream-Status: Submitted [https://lore.kernel.org/u-boot/20240308141801.49081-1-jpaulo.silvagoncalves@gmail.com/] Signed-off-by: Joao Paulo Goncalves --- board/toradex/common/tdx-cfg-block.c | 1 + board/toradex/common/tdx-cfg-block.h | 1 + 2 files changed, 2 insertions(+) diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c index 6554026925..3e6e204951 100644 --- a/board/toradex/common/tdx-cfg-block.c +++ b/board/toradex/common/tdx-cfg-block.c @@ -153,6 +153,7 @@ const char * const toradex_modules[] = { [69] = "UNKNOWN MODULE", [70] = "Verdin iMX8M Plus Quad 8GB WB IT", [86] = "Verdin iMX8M Mini DualLite 2GB IT", + [87] = "Verdin iMX8M Mini Quad 2GB IT", }; const char * const toradex_carrier_boards[] = { diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h index baa548db65..cccf8a14b6 100644 --- a/board/toradex/common/tdx-cfg-block.h +++ b/board/toradex/common/tdx-cfg-block.h @@ -93,6 +93,7 @@ enum { VERDIN_IMX8MPQ_8GB_WIFI_BT_IT = 70, /* 71-85 */ VERDIN_IMX8MMDL_2G_IT = 86, + VERDIN_IMX8MMQ_2G_IT_NO_CAN, }; enum { -- cgit v1.2.3