Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1b55a55 authored by Gao, Yunpeng's avatar Gao, Yunpeng Committed by Ulf Hansson
Browse files

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



Enable runtime pm support on Intel Merrifield platform.

Signed-off-by: default avatarYunpeng Gao <yunpeng.gao@intel.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent e99783a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
};