summaryrefslogtreecommitdiff
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2011-02-25 02:08:14 (GMT)
committerChris Ball <cjb@laptop.org>2011-03-17 19:35:22 (GMT)
commitc07946a3350244d7c3d9bc1032325e04dd11575b (patch)
tree8cab4261ebbdb857e7f46fe2dc6ed3d4652369f4 /include/linux/mmc
parente61cf1184d72e574460492fd6c6b6d8a3ace2089 (diff)
downloadlinux-fsl-qoriq-c07946a3350244d7c3d9bc1032325e04dd11575b.tar.xz
mmc: dw_mmc: support mmc power control with regulator
This patch adds support for power regulators. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: kyungmin Park <kyungmin.park@samsung.com> Acked-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/dw_mmc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h
index 6c324de..c0207a7 100644
--- a/include/linux/mmc/dw_mmc.h
+++ b/include/linux/mmc/dw_mmc.h
@@ -152,6 +152,8 @@ struct dw_mci {
/* Workaround flags */
u32 quirks;
+
+ struct regulator *vmmc; /* Power regulator */
};
/* DMA ops for Internal/External DMAC interface */