]> Git Repo - J-u-boot.git/blobdiff - drivers/mmc/tangier_sdhci.c
command: Remove the cmd_tbl_t typedef
[J-u-boot.git] / drivers / mmc / tangier_sdhci.c
index 4c33356b9fccd9caa1ef9e9456427847fe6ec3ab..0d6e5d62460b375c7b0a16934fd78a623e82a340 100644 (file)
@@ -51,13 +51,14 @@ static int sdhci_tangier_probe(struct udevice *dev)
        /* MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195 */
        host->voltages = MMC_VDD_165_195;
 
+       host->mmc = &plat->mmc;
+       host->mmc->dev = dev;
        ret = sdhci_setup_cfg(&plat->cfg, host, SDHCI_TANGIER_FMAX,
                        SDHCI_TANGIER_FMIN);
        if (ret)
                return ret;
 
        upriv->mmc = &plat->mmc;
-       host->mmc = &plat->mmc;
        host->mmc->priv = host;
 
        return sdhci_probe(dev);
This page took 0.02632 seconds and 4 git commands to generate.