diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-pltfm.c')
-rw-r--r-- | drivers/mmc/host/sdhci-pltfm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pltfm.c b/drivers/mmc/host/sdhci-pltfm.c index c6c3b1243597..d4283ef5917a 100644 --- a/drivers/mmc/host/sdhci-pltfm.c +++ b/drivers/mmc/host/sdhci-pltfm.c | |||
@@ -78,6 +78,9 @@ void sdhci_get_of_property(struct platform_device *pdev) | |||
78 | if (of_get_property(np, "broken-cd", NULL)) | 78 | if (of_get_property(np, "broken-cd", NULL)) |
79 | host->quirks |= SDHCI_QUIRK_BROKEN_CARD_DETECTION; | 79 | host->quirks |= SDHCI_QUIRK_BROKEN_CARD_DETECTION; |
80 | 80 | ||
81 | if (of_get_property(np, "no-1-8-v", NULL)) | ||
82 | host->quirks2 |= SDHCI_QUIRK2_NO_1_8_V; | ||
83 | |||
81 | if (of_device_is_compatible(np, "fsl,p2020-rev1-esdhc")) | 84 | if (of_device_is_compatible(np, "fsl,p2020-rev1-esdhc")) |
82 | host->quirks |= SDHCI_QUIRK_BROKEN_DMA; | 85 | host->quirks |= SDHCI_QUIRK_BROKEN_DMA; |
83 | 86 | ||