mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH 1/3] ARM: dts: rpi4: drop disabling of SDHCI node used for WiFi
Date: Thu, 14 Dec 2023 16:18:03 +0100	[thread overview]
Message-ID: <20231214151805.1657124-1-a.fatoum@pengutronix.de> (raw)

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




             reply	other threads:[~2023-12-14 15:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-14 15:18 Ahmad Fatoum [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231214151805.1657124-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox