summaryrefslogtreecommitdiff
path: root/board/toradex/common/tdx-cfg-block.h
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2020-03-24 16:05:52 +0200
committerIgor Opaniuk <igor.opaniuk@toradex.com>2020-03-24 16:10:07 +0200
commit8c8b56a5a9be3e558a6e76789a0d527d1170736d (patch)
treedf8208d3f7e837f0935d67857aa247eb5e6f7d39 /board/toradex/common/tdx-cfg-block.h
parent4653dcf81b930bff4430dc20e183f4c1225f71da (diff)
tdx-cfg-block: add proper defines for other Verdin SKUs
1. Add support for these two modules: Verdin iMX8M Nano SoloLite 1GB Verdin iMX8M Mini DualLite 1GB 2. Rename VERDIN_IMX8MM define to VERDIN_IMX8MMQ_WIFI_BT_IT Relates-to: ELB-2602 Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Diffstat (limited to 'board/toradex/common/tdx-cfg-block.h')
-rw-r--r--board/toradex/common/tdx-cfg-block.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
index cb93916c16..7a7ecdbe76 100644
--- a/board/toradex/common/tdx-cfg-block.h
+++ b/board/toradex/common/tdx-cfg-block.h
@@ -75,7 +75,9 @@ enum {
COLIBRI_IMX8DX,
APALIS_IMX8QXP_ECC_IT,
APALIS_IMX8DXP,
- VERDIN_IMX8MM,
+ VERDIN_IMX8MMQ_WIFI_BT_IT,
+ VERDIN_IMX8MNSL,
+ VERDIN_IMX8MMDL,
/* Prototypes */
APALIS_IMX8QXP_ECC_WIFI_BT_IT_PROTOTYPE = 2600,
};