diff options
Diffstat (limited to 'drivers/mmc')
| -rw-r--r-- | drivers/mmc/bcm2835_sdhci.c | 2 | ||||
| -rw-r--r-- | drivers/mmc/fsl_esdhc_imx.c | 2 | ||||
| -rw-r--r-- | drivers/mmc/rockchip_sdhci.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mmc/bcm2835_sdhci.c b/drivers/mmc/bcm2835_sdhci.c index 598a51d914a..655d9902dfa 100644 --- a/drivers/mmc/bcm2835_sdhci.c +++ b/drivers/mmc/bcm2835_sdhci.c @@ -243,7 +243,7 @@ static const struct udevice_id bcm2835_sdhci_match[] = { { /* sentinel */ } }; -U_BOOT_DRIVER(sdhci_cdns) = { +U_BOOT_DRIVER(sdhci_bcm2835) = { .name = "sdhci-bcm2835", .id = UCLASS_MMC, .of_match = bcm2835_sdhci_match, diff --git a/drivers/mmc/fsl_esdhc_imx.c b/drivers/mmc/fsl_esdhc_imx.c index 335b44a8a1a..87125493c0d 100644 --- a/drivers/mmc/fsl_esdhc_imx.c +++ b/drivers/mmc/fsl_esdhc_imx.c @@ -1686,7 +1686,7 @@ static int fsl_esdhc_bind(struct udevice *dev) return mmc_bind(dev, &plat->mmc, &plat->cfg); } -U_BOOT_DRIVER(fsl_esdhc) = { +U_BOOT_DRIVER(fsl_esdhc_imx) = { .name = "fsl_esdhc", .id = UCLASS_MMC, .of_match = fsl_esdhc_ids, diff --git a/drivers/mmc/rockchip_sdhci.c b/drivers/mmc/rockchip_sdhci.c index 8116e464278..b685da8643c 100644 --- a/drivers/mmc/rockchip_sdhci.c +++ b/drivers/mmc/rockchip_sdhci.c @@ -745,7 +745,7 @@ static const struct udevice_id sdhci_ids[] = { { } }; -U_BOOT_DRIVER(arasan_sdhci_drv) = { +U_BOOT_DRIVER(rockchip_sdhci_5_1_drv) = { .name = "rockchip_sdhci_5_1", .id = UCLASS_MMC, .of_match = sdhci_ids, |
