msm: board-8960: Increase LiQUID charge-current to 1900mA

The LiQUID tablet uses a high capacity battery.
The battery should be charged faster from DC-External-charger
via the isl9519q.

Change-Id: I3b79193fb8a03c475bfdb35c1fffe7a533e65c6a
Signed-off-by: Amir Samuelov <amirs@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8960.c b/arch/arm/mach-msm/board-8960.c
index c5614b1..075f358 100644
--- a/arch/arm/mach-msm/board-8960.c
+++ b/arch/arm/mach-msm/board-8960.c
@@ -2205,8 +2205,8 @@
 	.chg_detection_config	= NULL,	/* Not required when notify-by-pmic */
 	.max_system_voltage	= 4200,
 	.min_system_voltage	= 3200,
-	.chgcurrent		= 1000, /* 1900, */
-	.term_current		= 400,	/* Need fine tuning */
+	.chgcurrent		= 1900,
+	.term_current		= 0,
 	.input_current		= 2048,
 };