msm: 8064-regulator: Disable always_on feature of LVS7 regulator

The always_on feature on LVS7 draws unnecessary 18mA current at rail
during MP3 playback. Since display does not need to be on during the
playback, remove always_on from the LVS7 swith. RPM handles the voting
scheme to control LVS7 properly.

Change-Id: Ia54c6948510c45435f63deaf9301dea6bd8794f2
Signed-off-by: Jay Chokshi <jchokshi@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8064-regulator.c b/arch/arm/mach-msm/board-8064-regulator.c
index ae2de20..114ba7e 100644
--- a/arch/arm/mach-msm/board-8064-regulator.c
+++ b/arch/arm/mach-msm/board-8064-regulator.c
@@ -555,7 +555,7 @@
 	RPM_VS(LVS4, 0, 1, 0,                   "8921_s4"),
 	RPM_VS(LVS5, 0, 1, 0,                   "8921_s4"),
 	RPM_VS(LVS6, 0, 1, 0,                   "8921_s4"),
-	RPM_VS(LVS7, 1, 1, 1,                   "8921_s4"),
+	RPM_VS(LVS7, 0, 1, 1,                   "8921_s4"),
 
 	/*	ID a_on    ss min_uV   max_uV   supply     freq */
 	RPM_NCP(NCP, 0,    0, 1800000, 1800000, "8921_l6", 1p60),