summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorloos <loos@FreeBSD.org>2017-05-16 05:10:15 +0000
committerLuiz Souza <luiz@netgate.com>2017-09-06 11:32:45 -0500
commit860ada0113116f7e88614073c58b503e11a15b3c (patch)
tree6e6e1a12939fcc81344dd04c99edf557d53f7765 /sys/arm/conf
parentf97c2cb31ae1b353021632210dca3e7facc32e63 (diff)
downloadFreeBSD-src-860ada0113116f7e88614073c58b503e11a15b3c.zip
FreeBSD-src-860ada0113116f7e88614073c58b503e11a15b3c.tar.gz
Add the Marvell SDHCI controller to the list of supported devices in
sdhci_fdt. Enable the SDHCI controller, bus and devices on ARMADA38X kernel. Tested on: ClearFog Pro Reviewed by: Marcin Wojtas <mw at semihalf.com> Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D10606 (cherry picked from commit 6eed58e1e7a446d544071e71438ff60592bfa246)
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/ARMADA38X5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arm/conf/ARMADA38X b/sys/arm/conf/ARMADA38X
index 152afd8..cb6b7b1 100644
--- a/sys/arm/conf/ARMADA38X
+++ b/sys/arm/conf/ARMADA38X
@@ -57,6 +57,11 @@ device scbus
device pass
device da
+# MMC/SD/SDIO Card slot support
+device mmc # mmc/sd bus
+device mmcsd # mmc/sd flash cards
+device sdhci # mmc/sd host controller
+
# SATA
device ahci
OpenPOWER on IntegriCloud