From: Stefan Wahren Date: Mon, 12 Feb 2018 20:02:44 +0000 (+0100) Subject: mmc: sdhci-iproc: Disable preset values for BCM2835 X-Git-Tag: v4.19~1331^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f7a385d0a7c5091a85de5b78d550f27b81dfc37;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Ulf Hansson --- 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, };