diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2011-02-25 11:08:14 +0900 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-03-17 15:35:22 -0400 |
commit | c07946a3350244d7c3d9bc1032325e04dd11575b (patch) | |
tree | 8cab4261ebbdb857e7f46fe2dc6ed3d4652369f4 /include | |
parent | e61cf1184d72e574460492fd6c6b6d8a3ace2089 (diff) |
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')
-rw-r--r-- | include/linux/mmc/dw_mmc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h index 6c324de20de2..c0207a770476 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 */ |