From: Faiz Abbas Date: Mon, 10 Jun 2019 19:13:32 +0000 (+0530) Subject: mmc: am654_sdhci: Remove quirks X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=6fca7fb3a008297408489ffb696e3b360d8f343b;p=u-boot.git mmc: am654_sdhci: Remove quirks The host controller works perfectly well without having to add any quirks. Remove them. Signed-off-by: Faiz Abbas Reviewed-by: Tom Rini --- diff --git a/drivers/mmc/am654_sdhci.c b/drivers/mmc/am654_sdhci.c index 2d08fe3347..a8c92277f7 100644 --- a/drivers/mmc/am654_sdhci.c +++ b/drivers/mmc/am654_sdhci.c @@ -54,9 +54,6 @@ static int am654_sdhci_probe(struct udevice *dev) return clock; } - host->quirks = SDHCI_QUIRK_WAIT_SEND_CMD | - SDHCI_QUIRK_BROKEN_R1B; - host->max_clk = clock; ret = sdhci_setup_cfg(&plat->cfg, host, plat->f_max,