summaryrefslogtreecommitdiffstats
path: root/drivers/mci/atmel_mci.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-01-25 16:17:46 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-01-25 19:52:43 +0100
commit50559d2c4cf5fbc4d1b7307b975b23ebab4601d6 (patch)
tree8d5f9e77fd0917d3cc2459b8857697a21d42a765 /drivers/mci/atmel_mci.c
parentbe42bafdd0deb88535a8a41f5c77bb568178973b (diff)
downloadbarebox-50559d2c4cf5fbc4d1b7307b975b23ebab4601d6.tar.gz
barebox-50559d2c4cf5fbc4d1b7307b975b23ebab4601d6.tar.xz
atmel_mci: drop board host caps
as it's handle by detecting the IP version and bus with Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/atmel_mci.c')
-rw-r--r--drivers/mci/atmel_mci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mci/atmel_mci.c b/drivers/mci/atmel_mci.c
index 8ad0e8a41d..647683b9d9 100644
--- a/drivers/mci/atmel_mci.c
+++ b/drivers/mci/atmel_mci.c
@@ -540,7 +540,6 @@ static int atmci_probe(struct device_d *hw_dev)
host->mci.init = atmci_reset;
host->mci.hw_dev = hw_dev;
- host->mci.host_caps = pd->host_caps;
if (pd->bus_width >= 4)
host->mci.host_caps |= MMC_MODE_4BIT;
if (pd->bus_width == 8)