summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-05-25 15:47:56 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-05-25 15:47:56 +0200
commite4963800448061daa6f4877c6e64cf970d7357ce (patch)
treed7672f13187ca75f03f4b9c83bec44034e4a383c
parent1095e3e7b70c2e3ea0745485bb01e542c7512102 (diff)
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 <marcel.ziswiler@toradex.com>
-rw-r--r--arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
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;
};