X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fmmc%2Fstm32_sdmmc2.c;h=6d503562171c377ea7ccea12c330a36466390c9a;hb=cd93d625fd751d55c729c78b10f82109d56a5f1d;hp=1726ed72efcae87ab35006b9c985e483cc8a27b3;hpb=cd5ffc5de5a26f5b785e25654977fee25779b3e4;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/mmc/stm32_sdmmc2.c b/drivers/mmc/stm32_sdmmc2.c index 1726ed7..6d50356 100644 --- a/drivers/mmc/stm32_sdmmc2.c +++ b/drivers/mmc/stm32_sdmmc2.c @@ -6,8 +6,15 @@ #include #include +#include #include #include +#include +#include +#include +#include +#include +#include #include #include #include @@ -672,7 +679,7 @@ static int stm32_sdmmc2_probe(struct udevice *dev) cfg->f_max = dev_read_u32_default(dev, "max-frequency", 52000000); cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; - cfg->name = "STM32 SDMMC2"; + cfg->name = "STM32 SD/MMC"; cfg->host_caps = 0; if (cfg->f_max > 25000000)