Skip to content

Commit

Permalink
toradex: tdx-cfg-block: add verdin i.mx8m mini 0090 pid4
Browse files Browse the repository at this point in the history
Add new PID4 0090 Verdin iMX8M Mini Quad 4GB WB ET to support
the new hardware variant.

Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
  • Loading branch information
eghidoli authored and fabioestevam committed Jun 3, 2024
1 parent ce53f46 commit a4e3761
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions board/toradex/common/tdx-cfg-block.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ const struct toradex_som toradex_modules[] = {
[87] = { "Verdin iMX8M Mini Quad 2GB IT", TARGET_IS_ENABLED(VERDIN_IMX8MM) },
[88] = { "Aquila AM69 Octa 32GB WB IT", TARGET_IS_ENABLED(AQUILA_AM69_A72) },
[89] = { "Verdin iMX95 Hexa 16GB WB IT", TARGET_IS_ENABLED(VERDIN_IMX95) },
[90] = { "Verdin iMX8M Mini Quad 4GB WB ET", TARGET_IS_ENABLED(VERDIN_IMX8MM) },
};

struct pid4list {
Expand Down
1 change: 1 addition & 0 deletions board/toradex/common/tdx-cfg-block.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ enum {
VERDIN_IMX8MMQ_2G_IT_NO_CAN,
AQUILA_AM69O_32G_WIFI_BT_IT,
VERDIN_IMX95H_16G_WIFI_BT_IT,
VERDIN_IMX8MMQ_4G_WIFI_BT_ET, /* 90 */
};

enum {
Expand Down
3 changes: 2 additions & 1 deletion board/toradex/verdin-imx8mm/verdin-imx8mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ static void select_dt_from_module_version(void)
*/
is_wifi = (tdx_hw_tag.prodid == VERDIN_IMX8MMQ_WIFI_BT_IT) ||
(tdx_hw_tag.prodid == VERDIN_IMX8MMDL_WIFI_BT_IT) ||
(tdx_hw_tag.prodid == VERDIN_IMX8MMQ_WIFI_BT_IT_NO_CAN);
(tdx_hw_tag.prodid == VERDIN_IMX8MMQ_WIFI_BT_IT_NO_CAN) ||
(tdx_hw_tag.prodid == VERDIN_IMX8MMQ_4G_WIFI_BT_ET);
}

switch (get_pcb_revision()) {
Expand Down

0 comments on commit a4e3761

Please sign in to comment.