Hi Ulf,
On Thu, Jun 11, 2015 at 10:24 AM, Fabio Estevam
<[email protected]> wrote:
> - if (host->quirks2 & SDHCI_QUIRK2_NO_1_8_V)
> + if (host->quirks2 & SDHCI_QUIRK2_NO_1_8_V) {
> caps[1] &= ~(SDHCI_SUPPORT_SDR104 | SDHCI_SUPPORT_SDR50 |
> SDHCI_SUPPORT_DDR50);
> + mmc->caps &= ~MMC_CAP_1_8V_DDR;
> + }
Please discard this one. I think I found the problem inside sdhci-esdhc-imx.c.
Will send another patch later.
Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html