Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d532d45 authored by Suneel Garapati's avatar Suneel Garapati Committed by Ulf Hansson
Browse files

mmc: sdhci-of-arasan: add quirks for broken clock base



adding SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN,SDHCI_QUIRK2_PRESET_VALUE_BROKEN
flags for arasan sdhc.

Signed-off-by: default avatarSuneel Garapati <suneel.garapati@xilinx.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent d1955c3a
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -63,6 +63,9 @@ static struct sdhci_ops sdhci_arasan_ops = {


static struct sdhci_pltfm_data sdhci_arasan_pdata = {
static struct sdhci_pltfm_data sdhci_arasan_pdata = {
	.ops = &sdhci_arasan_ops,
	.ops = &sdhci_arasan_ops,
	.quirks = SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN,
	.quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN |
			SDHCI_QUIRK2_CLOCK_DIV_ZERO_BROKEN,
};
};


#ifdef CONFIG_PM_SLEEP
#ifdef CONFIG_PM_SLEEP