aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/sdhci.h
diff options
context:
space:
mode:
authorPhilip Rakity <prakity@marvell.com>2012-07-23 15:56:23 -0700
committerChris Ball <cjb@laptop.org>2012-09-04 13:58:13 -0400
commit6231f3de1332b2a8a90e0c598ab6acc8f1eff7c1 (patch)
treebf43eafe176d49684116b5454a81e67b5c12db90 /include/linux/mmc/sdhci.h
parentmmc: eSDHC: Add ADMA mode support (diff)
downloadlinux-dev-6231f3de1332b2a8a90e0c598ab6acc8f1eff7c1.tar.xz
linux-dev-6231f3de1332b2a8a90e0c598ab6acc8f1eff7c1.zip
mmc: sdhci: Add regulator support for vccq (voltage regualor)
On some systems the host controller does not support vccq signaling. This is supplied by a dedicated regulator (vqmmc). Add support for this regulator. Signed-off-by: Philip Rakity <prakity@marvell.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/mmc/sdhci.h')
-rw-r--r--include/linux/mmc/sdhci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mmc/sdhci.h b/include/linux/mmc/sdhci.h
index ac83b105bedd..fa8529a859b8 100644
--- a/include/linux/mmc/sdhci.h
+++ b/include/linux/mmc/sdhci.h
@@ -97,7 +97,8 @@ struct sdhci_host {
const struct sdhci_ops *ops; /* Low level hw interface */
- struct regulator *vmmc; /* Power regulator */
+ struct regulator *vmmc; /* Power regulator (vmmc) */
+ struct regulator *vqmmc; /* Signaling regulator (vccq) */
/* Internal data */
struct mmc_host *mmc; /* MMC structure */