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 <[email protected]>
Signed-off-by: Ahmad Fatoum <[email protected]>
---
 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@0} {
        reg = <0x0 0x0>;
 };
-
-&sdhci {
-       status = "okay";
-};
-
-&sdhost {
-       status = "disabled";
-};
-- 
2.28.0


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to