arm/dt: msm-pm8226: lower rconn to 0

The connector resistance is currently set to 18 milliohms. This is
incorrect. The hardware has been updated to do IR compensation on the
vbat_sns line, and the connector resistance is effectively zero.

Fix this in the device tree by setting the connector resistance to 0.

Change-Id: Iddd860cd675be708bcc6bbd3d8fc3dbb8e3c7c4f
Signed-off-by: Xiaozhe Shi <xiaozhes@codeaurora.org>
diff --git a/arch/arm/boot/dts/msm-pm8226.dtsi b/arch/arm/boot/dts/msm-pm8226.dtsi
index 72de900..c66ed0f 100644
--- a/arch/arm/boot/dts/msm-pm8226.dtsi
+++ b/arch/arm/boot/dts/msm-pm8226.dtsi
@@ -162,7 +162,7 @@
 			qcom,r-sense-uohm = <10000>;
 			qcom,v-cutoff-uv = <3400000>;
 			qcom,max-voltage-uv = <4200000>;
-			qcom,r-conn-mohm = <18>;
+			qcom,r-conn-mohm = <0>;
 			qcom,shutdown-soc-valid-limit = <20>;
 			qcom,adjust-soc-low-threshold = <25>;
 			qcom,adjust-soc-high-threshold = <45>;