summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2020-11-28 22:39:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-12-07 11:27:11 +0100
commit2eadeacdcc2a49a6824fba056ad484a58db5abeb (patch)
tree14d49d4e7a18515a408b19729e535fe0d70ef294
parentcee45e68b5b2b415e786216e32fe3ef0f9dbbf02 (diff)
downloadbarebox-2eadeacdcc2a49a6824fba056ad484a58db5abeb.tar.gz
barebox-2eadeacdcc2a49a6824fba056ad484a58db5abeb.tar.xz
Revert "ARM: dts: bcm2835-rpi: re-enable booting from SD card"
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@pengutronix.de> Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/bcm2835-rpi.dts8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/dts/bcm2835-rpi.dts b/arch/arm/dts/bcm2835-rpi.dts
index 4f22750801..cc5a8a9271 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";
-};