aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/include
diff options
context:
space:
mode:
authorSundar R Iyer <sundar.iyer@stericsson.com>2010-05-31 12:02:23 +0530
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:45:31 -0600
commitdaa48c12084ade2a9dc6341fefdc9b0c85f2dd2e (patch)
tree18935c37364762d3e963951fc8dff0e6980d9239 /arch/arm/mach-ux500/include
parent91d7edacb1a8f723723fabf8f02216e33c5865d5 (diff)
ux500-mmc: pass mmc operating voltage through platform
Pass the appropriate opertaing voltage required for the mmc peripheral through the platform data. This will allow the mmc driver to configure the source supply to the required voltages. Acked-By: Hanumath PRASAD <hanumath.prasad@stericsson.com> Signed-off-by: Sundar R Iyer <sundar.iyer@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/543 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Tested-by: Jonas ABERG <jonas.aberg@stericsson.com> Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Change-Id: I452d69f92ae8f713cbbcc14a3ff69f7e3ca23a78 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2384
Diffstat (limited to 'arch/arm/mach-ux500/include')
-rwxr-xr-xarch/arm/mach-ux500/include/mach/mmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/mmc.h b/arch/arm/mach-ux500/include/mach/mmc.h
index 115f16ea741..a3bdcc35d61 100755
--- a/arch/arm/mach-ux500/include/mach/mmc.h
+++ b/arch/arm/mach-ux500/include/mach/mmc.h
@@ -365,6 +365,7 @@ struct mmc_board {
int is_sdio; /* To check if the bus is SD/MMC or sdio */
#ifdef CONFIG_REGULATOR
const char *supply;
+ int supply_voltage;
#endif
};