mmc: msm_sdcc: set low voltage for VDD pad rail during sleep
As VDD pad rail is always on, set low voltage for VDD pad rail
during sleep (when card is not present or during system suspend).
This will help to save the leakage current during sleep.
Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
diff --git a/arch/arm/include/asm/mach/mmc.h b/arch/arm/include/asm/mach/mmc.h
index d439160..4c2e970 100644
--- a/arch/arm/include/asm/mach/mmc.h
+++ b/arch/arm/include/asm/mach/mmc.h
@@ -28,7 +28,8 @@
/* regulator name */
const char *name;
/* voltage level to be set */
- unsigned int level;
+ unsigned int low_vol_level;
+ unsigned int high_vol_level;
/* Load values for low power and high power mode */
unsigned int lpm_uA;
unsigned int hpm_uA;