summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-acpi.c
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2016-04-12 14:25:06 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2016-05-02 10:33:28 +0200
commit706e86e9de7cfd5220784f6329d92f65de883d71 (patch)
tree66cdeb9d19523738432fc81c62ed9af4f4f4ee25 /drivers/mmc/host/sdhci-acpi.c
parente8ef51763106dc40037c9ae207acf505bb4b71b1 (diff)
downloadop-kernel-dev-706e86e9de7cfd5220784f6329d92f65de883d71.zip
op-kernel-dev-706e86e9de7cfd5220784f6329d92f65de883d71.tar.gz
mmc: sdhci-acpi: Set MMC_CAP_AGGRESSIVE_PM for Broxton controllers
Set MMC_CAP_AGGRESSIVE_PM for Broxton host controllers. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-acpi.c')
-rw-r--r--drivers/mmc/host/sdhci-acpi.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c
index 2a0cda5..b2d70ba 100644
--- a/drivers/mmc/host/sdhci-acpi.c
+++ b/drivers/mmc/host/sdhci-acpi.c
@@ -262,8 +262,10 @@ static int sdhci_acpi_sd_probe_slot(struct platform_device *pdev,
/* Platform specific code during sd probe slot goes here */
- if (hid && !strcmp(hid, "80865ACA"))
+ if (hid && !strcmp(hid, "80865ACA")) {
host->mmc_host_ops.get_cd = bxt_get_cd;
+ host->mmc->caps |= MMC_CAP_AGGRESSIVE_PM;
+ }
return 0;
}
OpenPOWER on IntegriCloud