msm: board-9615: Configure PM8018 LDO 3 to be always-on

Modify the configuration of PMIC PM8018 LDO 3 to have
always_on=1.  This will ensure that Linux will never send a
disable request to the RPM for LDO 3.  Keeping L3 enabled in this
fashion is required because the modem SR2 PLL is powered by L3
and the modem cannot easily send a request to the RPM to keep
L3 enabled when it is needed.  Instead, the Apps processor is
proxy voting for the modem processor for L3.

Change-Id: Id0e4fd05ed0b61356c3e0a376f1ff13634bbb6c9
CRs-Fixed: 347257
Signed-off-by: David Collins <collinsd@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-9615-regulator.c b/arch/arm/mach-msm/board-9615-regulator.c
index 0ece37c..723f854 100644
--- a/arch/arm/mach-msm/board-9615-regulator.c
+++ b/arch/arm/mach-msm/board-9615-regulator.c
@@ -316,7 +316,7 @@
 
 	/*	 ID    a_on pd ss min_uV   max_uV  supply  sys_uA init_ip */
 	RPM_LDO(L2,      1, 1, 0, 1800000, 1800000, NULL,      0, 10000),
-	RPM_LDO(L3,      0, 1, 0, 1800000, 1800000, NULL,      0, 0),
+	RPM_LDO(L3,      1, 1, 0, 1800000, 1800000, NULL,      0, 0),
 	RPM_LDO(L4,      0, 1, 0, 3075000, 3075000, NULL,      0, 0),
 	RPM_LDO(L5,      0, 1, 0, 2850000, 2850000, NULL,      0, 0),
 	RPM_LDO(L6,      0, 1, 0, 1800000, 2850000, NULL,      0, 0),