|
@@ -43,6 +43,7 @@ static const struct sdhci_ops sdhci_at91_sama5d2_ops = {
|
|
|
|
|
|
static const struct sdhci_pltfm_data soc_data_sama5d2 = {
|
|
static const struct sdhci_pltfm_data soc_data_sama5d2 = {
|
|
.ops = &sdhci_at91_sama5d2_ops,
|
|
.ops = &sdhci_at91_sama5d2_ops,
|
|
|
|
+ .quirks2 = SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST,
|
|
};
|
|
};
|
|
|
|
|
|
static const struct of_device_id sdhci_at91_dt_match[] = {
|
|
static const struct of_device_id sdhci_at91_dt_match[] = {
|