arm:mmc driver speedup.
Speedup the mmc driver one more time before doing a proper fix. Change-Id: I9dbe9b1e16e71fed00c8ac3ca7fdc6c4374284c0
This commit is contained in:
parent
d60d07f045
commit
02f6308a2b
@ -173,7 +173,7 @@ mmchs_init(uint32_t instance)
|
||||
// set32(base_address + MMCHS_SD_SYSCTL, MMCHS_SD_SYSCTL_CLKD,
|
||||
// (0x20 << 6));
|
||||
set32(base_address + MMCHS_SD_SYSCTL, MMCHS_SD_SYSCTL_CLKD,
|
||||
(0x5 << 6));
|
||||
(0x2 << 6));
|
||||
|
||||
set32(base_address + MMCHS_SD_SYSCTL, MMCHS_SD_SYSCTL_CEN,
|
||||
MMCHS_SD_SYSCTL_CEN_EN);
|
||||
|
Loading…
x
Reference in New Issue
Block a user