]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mmc/kona_sdhci.c
mx6: clock: take 'num' and 'denom' regs into account when calculating audio/video...
[karo-tx-uboot.git] / drivers / mmc / kona_sdhci.c
index f804f4c0dbfc1f9af79b9289bc88790ef8143cac..3653d00b1bd70b02877668d73e2084d825cad7be 100644 (file)
@@ -121,7 +121,6 @@ int kona_sdhci_init(int dev_index, u32 min_clk, u32 quirks)
        host->name = "kona-sdhci";
        host->ioaddr = reg_base;
        host->quirks = quirks;
-       host->host_caps = MMC_MODE_HC;
 
        if (init_kona_mmc_core(host)) {
                free(host);