瀏覽代碼

mmc: sdhci-pci: enable runtime pm for Intel Merrifield platform

Enable runtime pm support on Intel Merrifield platform.

Signed-off-by: Yunpeng Gao <yunpeng.gao@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Gao, Yunpeng 11 年之前
父節點
當前提交
f1b55a55e4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/mmc/host/sdhci-pci.c

+ 1 - 0
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 = {
 static const struct sdhci_pci_fixes sdhci_intel_mrfl_mmc = {
 	.quirks		= SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC,
 	.quirks		= SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC,
 	.quirks2	= SDHCI_QUIRK2_BROKEN_HS200,
 	.quirks2	= SDHCI_QUIRK2_BROKEN_HS200,
+	.allow_runtime_pm = true,
 	.probe_slot	= intel_mrfl_mmc_probe_slot,
 	.probe_slot	= intel_mrfl_mmc_probe_slot,
 };
 };