aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2018-02-12 21:02:44 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2018-03-05 09:01:00 +0100
commit7f7a385d0a7c5091a85de5b78d550f27b81dfc37 (patch)
tree4ae12385461beaea5c6344e84c4617a14c0d45f0 /drivers/mmc/host
parentmmc: core: optimize mmc_calc_max_discard (diff)
downloadlinux-dev-7f7a385d0a7c5091a85de5b78d550f27b81dfc37.tar.xz
linux-dev-7f7a385d0a7c5091a85de5b78d550f27b81dfc37.zip
mmc: sdhci-iproc: Disable preset values for BCM2835
According to the BCM2835 datasheet there are no preset value registers. This wasn't an issue before, because we didn't propagate 1.8V support. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r--drivers/mmc/host/sdhci-iproc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-iproc.c b/drivers/mmc/host/sdhci-iproc.c
index 61666d269771..0ef741bc515d 100644
--- a/drivers/mmc/host/sdhci-iproc.c
+++ b/drivers/mmc/host/sdhci-iproc.c
@@ -214,6 +214,7 @@ static const struct sdhci_pltfm_data sdhci_bcm2835_pltfm_data = {
SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK |
SDHCI_QUIRK_MISSING_CAPS |
SDHCI_QUIRK_NO_HISPD_BIT,
+ .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN,
.ops = &sdhci_iproc_32only_ops,
};