On 08/09/2023 17:22, Vignesh Raman wrote: > Due to the presence of the fastboot micro cable in the CI farm, > it causes the hardware to remain in gadget mode instead of host mode. > So it doesn't find the network, which results in failure to mount root > fs via NFS. > > Add an overlay dtso file that sets the dr_mode to host, allowing > the USB controllers to work in host mode. This dtso file will be used > in drm-ci, mesa-ci. > > Overlay DT file uses the sugar syntax [suggested by Dmitry Baryshkov and > Maxime Ripard] > > Suggested-by: Dmitry Baryshkov <dmitry.barysh...@linaro.org> > Suggested-by: Maxime Ripard <mrip...@kernel.org> > Signed-off-by: Helen Koike <helen.ko...@collabora.com> > Signed-off-by: David Heidelberg <david.heidelb...@collabora.com> > Signed-off-by: Vignesh Raman <vignesh.ra...@collabora.com> > --- > > v3: > - New patch in the series to add device tree overlay in > arch/arm64/boot/dts/qcom > > --- > arch/arm64/boot/dts/qcom/apq8016-sbc-usb-host.dtso | 8 ++++++++ > 1 file changed, 8 insertions(+)
Split unrelated patches to separate patchsets. This has nothing to do with DRM CI system. Best regards, Krzysztof