diff options
author | Joao Paulo Goncalves <joao.goncalves@toradex.com> | 2024-01-31 09:22:15 -0300 |
---|---|---|
committer | Joao Paulo Goncalves <joao.goncalves@toradex.com> | 2024-01-31 14:53:31 -0300 |
commit | 1a13a90766f7933dd861a1cbdfd95712d567d660 (patch) | |
tree | 09c736499cc0e18fb7809776313413af1d57c7bc | |
parent | 45c14f1758c7ada97c6d0858a2c31ecc0ccb4192 (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.c | 1 | ||||
-rw-r--r-- | board/toradex/common/tdx-cfg-block.h | 2 |
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 66e3cfd35b1..6554026925a 100644 --- a/board/toradex/common/tdx-cfg-block.c +++ b/board/toradex/common/tdx-cfg-block.c @@ -152,6 +152,7 @@ const char * const toradex_modules[] = { [68] = "Verdin iMX8M Mini Quad 2GB WB IT No CAN", [69] = "UNKNOWN MODULE", [70] = "Verdin iMX8M Plus Quad 8GB WB IT", + [86] = "Verdin iMX8M Mini DualLite 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 53c572ce9e9..baa548db650 100644 --- a/board/toradex/common/tdx-cfg-block.h +++ b/board/toradex/common/tdx-cfg-block.h @@ -91,6 +91,8 @@ enum { VERDIN_IMX8MMQ_WIFI_BT_IT_NO_CAN, /* 69 */ VERDIN_IMX8MPQ_8GB_WIFI_BT_IT = 70, + /* 71-85 */ + VERDIN_IMX8MMDL_2G_IT = 86, }; enum { |