]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mmc/zynq_sdhci.c
mmc: sdhci: use the host version value in sdhci_setup_cfg
[people/ms/u-boot.git] / drivers / mmc / zynq_sdhci.c
index b991102c2a1438d5e9cb664040b31e7578dca551..3da138562ab9494bb88aefefa4f4fc79e704ceee 100644 (file)
@@ -36,8 +36,6 @@ static int arasan_sdhci_probe(struct udevice *dev)
        host->quirks |= SDHCI_QUIRK_NO_HISPD_BIT;
 #endif
 
-       host->version = sdhci_readw(host, SDHCI_HOST_VERSION);
-
        ret = sdhci_setup_cfg(&plat->cfg, host, CONFIG_ZYNQ_SDHCI_MAX_FREQ,
                              CONFIG_ZYNQ_SDHCI_MIN_FREQ);
        host->mmc = &plat->mmc;