summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-07-09 00:39:50 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-07-09 08:05:24 +0200
commit6fdb2ad71668dd5300ffdc6781122997dcaa3456 (patch)
treeef0daf2921be6b048f2cd70f949e22e60f509ded /configs
parentbf6859d3f6d9fa3945dee4132ce1e2127b523e5e (diff)
downloadDistroKit-6fdb2ad71668dd5300ffdc6781122997dcaa3456.tar.gz
DistroKit-6fdb2ad71668dd5300ffdc6781122997dcaa3456.tar.xz
v7a: barebox-rpi2: enable BCM283X_SDHOST
Since barebox v2019.06.0 [1], there is now an driver for the sdhost on the RPi 3, and the sdhost/sdhci pin-swapping workaround in the RPi 3 device tree was undone again [2]. Therefore we now need to build the sdhost driver so the RPi 3 barebox can read SD cards again. [1]: barebox commit d6d3d0aecece84afe9eb ("mci: add driver for BCM283x sdhost core") [2]: barebox commit 9036d1db4d4a9a61bcda ("ARM: rpi3: remove swapped sdhci and sdhost") Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-v7a/barebox-rpi2.config2
-rw-r--r--configs/platform-v7a/barebox-rpi2.config.diff1
2 files changed, 2 insertions, 1 deletions
diff --git a/configs/platform-v7a/barebox-rpi2.config b/configs/platform-v7a/barebox-rpi2.config
index dbdd16a..a5f3432 100644
--- a/configs/platform-v7a/barebox-rpi2.config
+++ b/configs/platform-v7a/barebox-rpi2.config
@@ -535,7 +535,7 @@ CONFIG_MCI_MMC_BOOT_PARTITIONS=y
#
# CONFIG_MCI_DW is not set
CONFIG_MCI_BCM283X=y
-# CONFIG_MCI_BCM283X_SDHOST is not set
+CONFIG_MCI_BCM283X_SDHOST=y
CONFIG_MCI_MMCI=y
# CONFIG_MCI_SPI is not set
CONFIG_HAVE_CLK=y
diff --git a/configs/platform-v7a/barebox-rpi2.config.diff b/configs/platform-v7a/barebox-rpi2.config.diff
index 3445342..e754b69 100644
--- a/configs/platform-v7a/barebox-rpi2.config.diff
+++ b/configs/platform-v7a/barebox-rpi2.config.diff
@@ -4,6 +4,7 @@ CONFIG_DRIVER_SERIAL_NS16550=y
CONFIG_MACH_RPI2=y
CONFIG_MALLOC_SIZE=0x400000
CONFIG_MCI_BCM283X=y
+CONFIG_MCI_BCM283X_SDHOST=y
CONFIG_MCI_MMC_BOOT_PARTITIONS=y
CONFIG_NVMEM=y
# CONFIG_NVMEM_SNVS_LPGPR is not set