board-msm8x60: Change in current when DSI panel goes to suspend state

Reduce the current from 9 mA to 1 mA when the DSI panel is in suspend state

CRs-fixed: 319618
Change-Id: Iaa7134348c5dec6a1b6f7190cd0e86b59d1c0d5d
Signed-off-by: Padmanabhan Komanduru <pkomandu@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm8x60.c b/arch/arm/mach-msm/board-msm8x60.c
index 0d2bd82..c22d54c 100644
--- a/arch/arm/mach-msm/board-msm8x60.c
+++ b/arch/arm/mach-msm/board-msm8x60.c
@@ -9292,7 +9292,7 @@
 			goto out;
 	} else {
 		/* set ldo0 to LPM */
-		rc = regulator_set_optimum_mode(ldo0, 9000);
+		rc = regulator_set_optimum_mode(ldo0, 1000);
 		if (rc < 0)
 			goto out;
 	}