[U-Boot] [PATCH] AT91: gen_atmel_mci.c: fix bug when Slot B is used

Reinhard Meyer u-boot at emk-elektronik.de
Tue Nov 16 09:25:59 CET 2010


Signed-off-by: Reinhard Meyer <u-boot at emk-elektronik.de>
---
 drivers/mmc/gen_atmel_mci.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mmc/gen_atmel_mci.c b/drivers/mmc/gen_atmel_mci.c
index 5463250..c28c469 100644
--- a/drivers/mmc/gen_atmel_mci.c
+++ b/drivers/mmc/gen_atmel_mci.c
@@ -308,6 +308,7 @@ static int mci_init(struct mmc *mmc)
 	writel(MMCI_BIT(SWRST), &mci->cr);	/* soft reset */
 	writel(MMCI_BIT(PWSDIS), &mci->cr);	/* disable power save */
 	writel(MMCI_BIT(MCIEN), &mci->cr);	/* enable mci */
+	writel(MMCI_BF(SCDSEL, MCI_BUS), &mci->sdcr);	/* select port */
 
 	/* Initial Time-outs */
 	writel(0x5f, &mci->dtor);
-- 
1.5.6.5



More information about the U-Boot mailing list