]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mmc: am654_sdhci: Remove quirks
authorFaiz Abbas <faiz_abbas@ti.com>
Mon, 10 Jun 2019 19:13:32 +0000 (00:43 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 17 Jul 2019 15:12:08 +0000 (11:12 -0400)
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>
drivers/mmc/am654_sdhci.c

index 2d08fe3347ec2a82c6c5f4978bcaebf53763ab62..a8c92277f7a92665d4c785bcc7ac45b4dcf1ae37 100644 (file)
@@ -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,