ARM: dts: msm: Correct fast charging current for mlp466076 battery
The property of qcom,fastchg-current-ma was set a value in uA but it
actually expects a mA value. Correct it.
Change-Id: Ib5a346c02cf6e666c5d55014e7e02d9428317432
Signed-off-by: Fenglin Wu <fenglinw@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/fg-gen3-batterydata-mlp466076-3250mah.dtsi b/arch/arm64/boot/dts/qcom/fg-gen3-batterydata-mlp466076-3250mah.dtsi
index 2f48301..09c21ed 100644
--- a/arch/arm64/boot/dts/qcom/fg-gen3-batterydata-mlp466076-3250mah.dtsi
+++ b/arch/arm64/boot/dts/qcom/fg-gen3-batterydata-mlp466076-3250mah.dtsi
@@ -14,7 +14,7 @@
/* #mlp466076_3250mAh_averaged_MasterSlave_Jun15th2018 */
qcom,max-voltage-uv = <4400000>;
qcom,nom-batt-capacity-mah = <3250>;
- qcom,fastchg-current-ma = <6000000>;
+ qcom,fastchg-current-ma = <6000>;
qcom,jeita-fcc-ranges = <0 150 650000
151 450 4875000
451 550 1625000>;