mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: rpi4: drop disabling of SDHCI node used for WiFi
@ 2023-12-14 15:18 Ahmad Fatoum
  2023-12-14 15:18 ` [PATCH 2/3] ARM: dts: rpi4: add DTs for CM4 and Rpi 400 Ahmad Fatoum
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ahmad Fatoum @ 2023-12-14 15:18 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Since commit 4ead6e90a9cb ("mci: handle SDIO cards gracefully"), barebox
no longer chokes on SDIO cards, but skips them gracefully. We thus don't
need to force disable them in the barebox DT.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/arm/dts/bcm2711-rpi-4.dts | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm/dts/bcm2711-rpi-4.dts b/arch/arm/dts/bcm2711-rpi-4.dts
index 3c0caa73f8f1..de748e2fc65b 100644
--- a/arch/arm/dts/bcm2711-rpi-4.dts
+++ b/arch/arm/dts/bcm2711-rpi-4.dts
@@ -4,11 +4,6 @@
 	reg = <0x0 0x0 0x0>;
 };
 
-&sdhci {
-	/* no use for SDIO WiFi in barebox */
-	status = "disabled";
-};
-
 &uart1 {
 	/* VPU core clock is reported at 200MHz, but needs to be 500Mhz
 	 * for ns16550 driver to set correct baudrate. Until that's
-- 
2.39.2




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-15 11:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-14 15:18 [PATCH 1/3] ARM: dts: rpi4: drop disabling of SDHCI node used for WiFi Ahmad Fatoum
2023-12-14 15:18 ` [PATCH 2/3] ARM: dts: rpi4: add DTs for CM4 and Rpi 400 Ahmad Fatoum
2023-12-14 15:18 ` [PATCH 3/3] ARM: rpi: look for env in mmc0 as well Ahmad Fatoum
2023-12-15 11:06 ` [PATCH 1/3] ARM: dts: rpi4: drop disabling of SDHCI node used for WiFi Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox