]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mmc/s3c_sdi.c
karo: fdt: fix panel-dpi support
[karo-tx-uboot.git] / drivers / mmc / s3c_sdi.c
index 1b5b70512d1446b2c6af340de5655eb5492d685d..02d1138a5fd1a92537c2dcbe6ae7d62d9687be98 100644 (file)
@@ -298,7 +298,7 @@ int s3cmmc_initialize(bd_t *bis, int (*getcd)(struct mmc *),
        cfg->name = "S3C MMC";
        cfg->ops = &s3cmmc_ops;
        cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
-       cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_HC | MMC_MODE_HS;
+       cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_HS;
        cfg->f_min = 400000;
        cfg->f_max = get_PCLK() / 2;
        cfg->b_max = 0x80;