[PATCH 01/11] Revert "ARM: dts: bcm2835-rpi: re-enable booting from SD card"

Ahmad Fatoum ahmad at a3f.at
Sat Nov 28 16:39:24 EST 2020


Since d6d3d0aecece ("mci: add driver for BCM283x sdhost core"), we now
have driver support for the sdhost controller in barebox as well.
We can thus drop the device tree override and use the same MCI the
kernel uses. This was tested on a Raspberry Pi zero W, which has
the same bcm2835 SoC as the Raspberry Pi 1.

This reverts commit abc0447440d68af720127fcca3c17f04ee144fcc.

Cc: Roland Hieber <rhi at pengutronix.de>
Signed-off-by: Ahmad Fatoum <ahmad at a3f.at>
---
 arch/arm/dts/bcm2835-rpi.dts | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/arm/dts/bcm2835-rpi.dts b/arch/arm/dts/bcm2835-rpi.dts
index 4f227508010b..cc5a8a927112 100644
--- a/arch/arm/dts/bcm2835-rpi.dts
+++ b/arch/arm/dts/bcm2835-rpi.dts
@@ -9,11 +9,3 @@
 &{/memory at 0} {
 	reg = <0x0 0x0>;
 };
-
-&sdhci {
-	status = "okay";
-};
-
-&sdhost {
-	status = "disabled";
-};
-- 
2.28.0




More information about the barebox mailing list