summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-of-arasan.c
diff options
context:
space:
mode:
authorRameshwar Prasad Sahu <rsahu@apm.com>2015-12-23 18:59:51 +0530
committerUlf Hansson <ulf.hansson@linaro.org>2016-02-29 11:02:48 +0100
commite99369dc95fe99d4ee5f8a0f8bef59062365b7d1 (patch)
treecede48be6a2597ce70bec7a7152abc2c1831a7c8 /drivers/mmc/host/sdhci-of-arasan.c
parent9143757b57ce549127e1f7bc942e7b61e3b51adf (diff)
downloadlinux-stable-e99369dc95fe99d4ee5f8a0f8bef59062365b7d1.tar.gz
linux-stable-e99369dc95fe99d4ee5f8a0f8bef59062365b7d1.tar.bz2
linux-stable-e99369dc95fe99d4ee5f8a0f8bef59062365b7d1.zip
mmc: sdhci-of-arasan: Remove no-hispd and no-cmd23 quirks for sdhci-arasan4.9a
The Arason SD host controller supports set block count command (cmd23) and high speed mode. This patch re-enable both of these features that was disabled. For device that doesn't support high speed, it should configure its capability register accordingly instead disables it explicitly. Signed-off-by: Rameshwar Prasad Sahu <rsahu@apm.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-of-arasan.c')
-rw-r--r--drivers/mmc/host/sdhci-of-arasan.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/mmc/host/sdhci-of-arasan.c b/drivers/mmc/host/sdhci-of-arasan.c
index 75379cb0fb35..5d9fdb353446 100644
--- a/drivers/mmc/host/sdhci-of-arasan.c
+++ b/drivers/mmc/host/sdhci-of-arasan.c
@@ -172,11 +172,6 @@ static int sdhci_arasan_probe(struct platform_device *pdev)
goto clk_disable_all;
}
- if (of_device_is_compatible(pdev->dev.of_node, "arasan,sdhci-4.9a")) {
- host->quirks |= SDHCI_QUIRK_NO_HISPD_BIT;
- host->quirks2 |= SDHCI_QUIRK2_HOST_NO_CMD23;
- }
-
sdhci_get_of_property(pdev);
pltfm_host = sdhci_priv(host);
pltfm_host->priv = sdhci_arasan;