projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a1a0df
)
mmc: am654_sdhci: Remove quirks
author
Faiz Abbas
<faiz_abbas@ti.com>
Mon, 10 Jun 2019 19:13:32 +0000
(
00:43
+0530)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/drivers/mmc/am654_sdhci.c
b/drivers/mmc/am654_sdhci.c
index 2d08fe3347ec2a82c6c5f4978bcaebf53763ab62..a8c92277f7a92665d4c785bcc7ac45b4dcf1ae37 100644
(file)
--- 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,