diff options
author | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | 2024-05-28 11:59:40 +0200 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-06-03 12:13:22 -0300 |
commit | ce53f46f33b43f550e47ca50d7827f5b7b6d2ca5 (patch) | |
tree | e2257320b77fc08f6e7b5117b8e6406b6c158efe /board/toradex/common/tdx-cfg-block.h | |
parent | 76a24b0f106f18b40f17295eb9570aed2002cca4 (diff) |
toradex: tdx-cfg-block: add verdin imx95 sku 0089 pid4
Add new PID4 0089 Verdin iMX95 Hexa 16GB WB IT to config block handling.
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
Diffstat (limited to 'board/toradex/common/tdx-cfg-block.h')
-rw-r--r-- | board/toradex/common/tdx-cfg-block.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h index 277f8bc6bb4..122a7aceabd 100644 --- a/board/toradex/common/tdx-cfg-block.h +++ b/board/toradex/common/tdx-cfg-block.h @@ -114,6 +114,7 @@ enum { VERDIN_IMX8MMDL_2G_IT, VERDIN_IMX8MMQ_2G_IT_NO_CAN, AQUILA_AM69O_32G_WIFI_BT_IT, + VERDIN_IMX95H_16G_WIFI_BT_IT, }; enum { |