diff options
author | Tom Rini <trini@konsulko.com> | 2015-04-03 09:14:44 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-03 09:14:44 -0400 |
commit | d68df028099235c5316eec1ed5f586f3744a8707 (patch) | |
tree | d84182b69c8a1d8e6b3e1256d3a5323b9634ed35 /board/synopsys/axs101/axs101.c | |
parent | 692e5c4e7eb267f3d8f3a8c9d2348eff6f5f21e2 (diff) | |
parent | d5717e894497124fd44289a37f818ee301640c70 (diff) | |
download | u-boot-imx-d68df028099235c5316eec1ed5f586f3744a8707.zip u-boot-imx-d68df028099235c5316eec1ed5f586f3744a8707.tar.gz u-boot-imx-d68df028099235c5316eec1ed5f586f3744a8707.tar.bz2 |
Merge git://git.denx.de/u-boot-arc
Diffstat (limited to 'board/synopsys/axs101/axs101.c')
-rw-r--r-- | board/synopsys/axs101/axs101.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/synopsys/axs101/axs101.c b/board/synopsys/axs101/axs101.c index d1271ff..7742049 100644 --- a/board/synopsys/axs101/axs101.c +++ b/board/synopsys/axs101/axs101.c @@ -27,9 +27,9 @@ int board_mmc_init(bd_t *bis) host->ioaddr = (void *)ARC_DWMMC_BASE; host->buswidth = 4; host->dev_index = 0; - host->bus_hz = 25000000; + host->bus_hz = 50000000; - add_dwmci(host, 52000000, 400000); + add_dwmci(host, host->bus_hz, 400000); return 0; } |