Fix random stucks during boot

With my device, around one boot out of 3 was not able to finish. I found that the mmc
order was not correct in that cases.

Fix: enforcing device order in DTS.
This commit is contained in:
matteolel
2022-12-09 18:09:44 +01:00
committed by mlelli
parent cf0bf9671a
commit 73f3286067
2 changed files with 29 additions and 0 deletions

View File

@ -23,6 +23,7 @@ S = "${WORKDIR}/linux-${PV}"
SRC_URI = "https://www.kernel.org/pub/linux/kernel/v5.x/linux-${PV}.tar.xz \
file://0001-dts-orange-pi-zero-Add-wifi-support.patch \
file://0002-dts-nanopi-neo-air-add-camera.patch \
file://0003-dts-allwinner-bananapi-m2-zreo-Enforce-consistent-MM.patch \
file://defconfig \
"