From e4963800448061daa6f4877c6e64cf970d7357ce Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 25 May 2023 15:47:56 +0200 Subject: verdin-am62: disable sdhci2 Disable sdhci2 used for the on-module Wi-Fi as distroboot trying to unsuccessfully initialize it during boot is later causing downstream Linux to hang during boot. Upstream-Status: Pending Initial U-Boot to be used for bring-up and validation of the V1.0 design, we'll decide on the step forward to mainline this once the bring-up and validation will be done. Signed-off-by: Marcel Ziswiler --- arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi b/arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi index 87de81d770..6e3714680c 100644 --- a/arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi +++ b/arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi @@ -231,6 +231,10 @@ u-boot,dm-spl; }; +&sdhci2 { + status = "disabled"; +}; + &secure_proxy_main { u-boot,dm-spl; }; -- cgit v1.2.3