diff options
author | Wolfgang Denk <wd@denx.de> | 2010-12-08 22:17:57 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-12-08 22:17:57 (GMT) |
commit | b097b9282c96ee0a10fc5e64894be440e075335d (patch) | |
tree | caf53bd1ac96587323f1d69b6770b19e8155a772 /drivers | |
parent | a430b137eb578cf73be476ff05a43baa2aba1ad8 (diff) | |
parent | a429db7e3ce6136f80f22584588247926ba60b05 (diff) | |
download | u-boot-b097b9282c96ee0a10fc5e64894be440e075335d.tar.xz |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'drivers')
-rw-r--r-- | 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 fa4df99..2984d64 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); |