aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/tmio.h
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2010-05-19 18:37:25 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-05-22 17:05:21 +0900
commita2b14dc9615c215a8cf4f2041f6c0c3fff5fc486 (patch)
treeb4958eebca382ca616622e3abf148853e4f84f5e /include/linux/mfd/tmio.h
parentsh: disable SD-card write-protection detection on kfr2r09 (diff)
downloadlinux-dev-a2b14dc9615c215a8cf4f2041f6c0c3fff5fc486.tar.xz
linux-dev-a2b14dc9615c215a8cf4f2041f6c0c3fff5fc486.zip
mmc: let MFD's provide supported Vdd card voltages to tmio_mmc
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Acked-by: Ian Molton <ian@mnementh.co.uk> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux/mfd/tmio.h')
-rw-r--r--include/linux/mfd/tmio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
index feeed0b9ee70..f07425bc3dcd 100644
--- a/include/linux/mfd/tmio.h
+++ b/include/linux/mfd/tmio.h
@@ -70,6 +70,7 @@ struct tmio_mmc_data {
unsigned int hclk;
unsigned long capabilities;
unsigned long flags;
+ u32 ocr_mask; /* available voltages */
struct tmio_mmc_dma *dma;
void (*set_pwr)(struct platform_device *host, int state);
void (*set_clk_div)(struct platform_device *host, int state);