From a283ec86781ea56a3310d6100c2985e71a3ad02c Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Mon, 7 Jun 2021 14:54:12 +0200 Subject: board: verdin-imx8mp: add missing modules to the wifi-device tree list Reported-by: Dominik Sliwa Signed-off-by: Philippe Schenker --- board/toradex/verdin-imx8mp/verdin-imx8mp.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/board/toradex/verdin-imx8mp/verdin-imx8mp.c b/board/toradex/verdin-imx8mp/verdin-imx8mp.c index f1d5f889b5..d7bb9615c0 100644 --- a/board/toradex/verdin-imx8mp/verdin-imx8mp.c +++ b/board/toradex/verdin-imx8mp/verdin-imx8mp.c @@ -343,7 +343,10 @@ static void select_dt_from_module_version(void) * If we have a valid config block and it says we are a module with * Wi-Fi/Bluetooth make sure we use the -wifi device tree. */ - is_wifi = (tdx_hw_tag.prodid == VERDIN_IMX8MPQ_WIFI_BT_IT); + is_wifi = (tdx_hw_tag.prodid == (VERDIN_IMX8MPQ_WIFI_BT_IT || + VERDIN_IMX8MPQ_2GB_WIFI_BT_IT || + VERDIN_IMX8MPQ_8GB_WIFI_BT) + ); #endif if (is_wifi) -- cgit v1.2.3