msm: pm8921-charger: increase the warm threshold temperature

The JEITA specification mandates that the charge voltage and current be
reduced at warmer temperatures. However it does not necessarily specify
the exact warm temperature.

The recommendation for the hardware is to use 45degC as the warm
threshold instead of 40degC.

Change-Id: I4971d605c3475949be64372dc6bd3355ed258527
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8960-pmic.c b/arch/arm/mach-msm/board-8960-pmic.c
index b36162e..f0ba1c9 100644
--- a/arch/arm/mach-msm/board-8960-pmic.c
+++ b/arch/arm/mach-msm/board-8960-pmic.c
@@ -406,7 +406,7 @@
 	.resume_charge_percent	= 99,
 	.term_current		= CHG_TERM_MA,
 	.cool_temp		= 10,
-	.warm_temp		= 40,
+	.warm_temp		= 45,
 	.temp_check_period	= 1,
 	.max_bat_chg_current	= 1100,
 	.cool_bat_chg_current	= 350,