summaryrefslogtreecommitdiff
path: root/drivers/mmc/am654_sdhci.c
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2019-06-10 22:13:32 +0300
committerTom Rini <trini@konsulko.com>2019-07-17 18:12:08 +0300
commit6fca7fb3a008297408489ffb696e3b360d8f343b (patch)
tree14d19d9454ebfcc45595eff6ba04d324e8a1f224 /drivers/mmc/am654_sdhci.c
parent3a1a0dfc395e9f09e18fc103383e55d59c63f263 (diff)
downloadu-boot-6fca7fb3a008297408489ffb696e3b360d8f343b.tar.xz
mmc: am654_sdhci: Remove quirks
The host controller works perfectly well without having to add any quirks. Remove them. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/mmc/am654_sdhci.c')
-rw-r--r--drivers/mmc/am654_sdhci.c3
1 files changed, 0 insertions, 3 deletions
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,