|
@@ -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
|