common: Drop linux/delay.h from common header
[oweals/u-boot.git] / drivers / mmc / stm32_sdmmc2.c
index 0a7a2fe624881de23ffe285d59ea7c466f87f73a..b802316720a5b7ce140d387e9bc4c036e26f1072 100644 (file)
@@ -9,6 +9,10 @@
 #include <cpu_func.h>
 #include <dm.h>
 #include <fdtdec.h>
+#include <log.h>
+#include <malloc.h>
+#include <asm/cache.h>
+#include <linux/delay.h>
 #include <linux/libfdt.h>
 #include <mmc.h>
 #include <reset.h>
@@ -673,7 +677,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)