From f3846c1616ea4ff130ffbe79a49fa4dc080f794f Mon Sep 17 00:00:00 2001
From: Vignesh Raman <vignesh.raman@collabora.com>
Date: Thu, 26 Dec 2024 15:55:24 +0530
Subject: [PATCH] ci: Force db410c to host mode

Force db410c to host mode to fix network issue which results in failure
to mount root fs via NFS.
See https://gitlab.freedesktop.org/gfx-ci/linux/-/commit/cb72a629

Use apq8016-sbc-usb-host.dtb which allows the USB controllers
to work in host mode.

Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
---
 .gitlab-ci/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/build.sh b/.gitlab-ci/build.sh
index b3e35af7bbd0..78d0b4f39fa8 100755
--- a/.gitlab-ci/build.sh
+++ b/.gitlab-ci/build.sh
@@ -54,7 +54,7 @@ elif [ "${KERNEL_ARCH}" == "arm64" ]; then
     mediatek/mt8192-asurada-spherion-r0.dtb
     mediatek/mt8183-kukui-jacuzzi-juniper-sku16.dtb
     nvidia/tegra210-p3450-0000.dtb
-    qcom/apq8016-sbc.dtb
+    qcom/apq8016-sbc-usb-host.dtb
     qcom/apq8096-db820c.dtb
     qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb
     qcom/sc7180-trogdor-kingoftown.dtb
-- 
GitLab