summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.h
diff options
context:
space:
mode:
authorStefan Wahren2016-07-02 21:23:13 +0200
committerUlf Hansson2016-07-25 10:34:47 +0200
commite71d4b816cd2d84a04101a70504c103bc8e0bc6b (patch)
tree9849a3a3a65911b582274076aeb5a0a6150e9256 /drivers/mmc/host/sdhci.h
parentmmc: core: Allow hosts to specify non-support for MMC commands (diff)
downloadkernel-qcow2-linux-e71d4b816cd2d84a04101a70504c103bc8e0bc6b.tar.gz
kernel-qcow2-linux-e71d4b816cd2d84a04101a70504c103bc8e0bc6b.tar.xz
kernel-qcow2-linux-e71d4b816cd2d84a04101a70504c103bc8e0bc6b.zip
mmc: sdhci: add define for suspend/resume capability
This patch adds the missing define for the suspend/resume capability (according to SD Host Controller spec). Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Acked-by: Scott Branden <scott.branden@broadcom.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rw-r--r--drivers/mmc/host/sdhci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h
index 1f0413b9007f..e241e11a90d0 100644
--- a/drivers/mmc/host/sdhci.h
+++ b/drivers/mmc/host/sdhci.h
@@ -186,6 +186,7 @@
#define SDHCI_CAN_DO_ADMA1 0x00100000
#define SDHCI_CAN_DO_HISPD 0x00200000
#define SDHCI_CAN_DO_SDMA 0x00400000
+#define SDHCI_CAN_DO_SUSPEND 0x00800000
#define SDHCI_CAN_VDD_330 0x01000000
#define SDHCI_CAN_VDD_300 0x02000000
#define SDHCI_CAN_VDD_180 0x04000000