Skip to content
Snippets Groups Projects
Commit cd2bf484 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Pantelis Antoniou
Browse files

mmc: sh_mmcif: Fix compile error


BY commit "mmc: Split mmc struct, rework mmc initialization (v2)",
sh_mmcif has compile error. This fixes compile error.

Signed-off-by: default avatarNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Pantelis Antoniou <panto@antoniou-consulting.com>
Reported-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: default avatarPantelis Antoniou <panto@antoniou-consulting.com>
parent c494eaf4
No related branches found
No related tags found
No related merge requests found
...@@ -580,7 +580,7 @@ static struct mmc_config sh_mmcif_cfg = { ...@@ -580,7 +580,7 @@ static struct mmc_config sh_mmcif_cfg = {
.ops = &sh_mmcif_ops, .ops = &sh_mmcif_ops,
.host_caps = MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_4BIT | .host_caps = MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_4BIT |
MMC_MODE_8BIT | MMC_MODE_HC, MMC_MODE_8BIT | MMC_MODE_HC,
.voltages = MMC_VDD_32_33 | MMC_VDD_33_34; .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
.f_min = CLKDEV_MMC_INIT, .f_min = CLKDEV_MMC_INIT,
.f_max = CLKDEV_EMMC_DATA, .f_max = CLKDEV_EMMC_DATA,
.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT, .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment