From f1b55a55e4ee6fe6d791cff994f6e4d990f69c1e Mon Sep 17 00:00:00 2001 From: "Gao, Yunpeng" Date: Mon, 18 Aug 2014 15:05:52 +0800 Subject: mmc: sdhci-pci: enable runtime pm for Intel Merrifield platform Enable runtime pm support on Intel Merrifield platform. Signed-off-by: Yunpeng Gao Signed-off-by: Ulf Hansson --- drivers/mmc/host/sdhci-pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index cfe8a2c85987..ff9ab62e6eef 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c @@ -318,6 +318,7 @@ static int intel_mrfl_mmc_probe_slot(struct sdhci_pci_slot *slot) static const struct sdhci_pci_fixes sdhci_intel_mrfl_mmc = { .quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC, .quirks2 = SDHCI_QUIRK2_BROKEN_HS200, + .allow_runtime_pm = true, .probe_slot = intel_mrfl_mmc_probe_slot, }; -- cgit v1.2.3