msm: 8960: Make connector resistance value consistent
The BMS and charger platform data do not reflect
consistent connector resistance.
Fix this by using the rconn_mohm value from the
charger platform data which was the measured value, rather
than the BMS value which was picked for debug purposes.
Change-Id: I50c8a3bc672cc1d62e75d04707bb90342946b17c
Signed-off-by: David Keitel <dkeitel@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8960-pmic.c b/arch/arm/mach-msm/board-8960-pmic.c
index fc924a8..19564e9 100644
--- a/arch/arm/mach-msm/board-8960-pmic.c
+++ b/arch/arm/mach-msm/board-8960-pmic.c
@@ -443,7 +443,7 @@
.i_test = 2500,
.v_failure = 3000,
.max_voltage_uv = MAX_VOLTAGE_MV * 1000,
- .rconn_mohm = 30,
+ .rconn_mohm = 18,
};
#define PM8921_LC_LED_MAX_CURRENT 4 /* I = 4mA */