ARM: dts: msm: change CHG_OK pin to active high for QRD SDM660

PM660 controls SMB1351 by STAT_CHG pin when the parallel is enabled.
the polarity of SMB1351 should be active high, so add a property
in DTS to the polarity.

CRs-Fixed: 2015025
Change-Id: Idca4149c587e9588fce8ba757fa0b7bf0ca5614d
Signed-off-by: Yingwei Zhao <cyizhao@codeaurora.org>
This commit is contained in:
Yingwei Zhao 2017-03-04 13:15:58 +08:00 committed by Gerrit - the friendly Code Review server
parent 0022c06fc8
commit 4de1da15c1

View file

@ -245,7 +245,7 @@
qcom,parallel-charger; qcom,parallel-charger;
qcom,float-voltage-mv = <4400>; qcom,float-voltage-mv = <4400>;
qcom,recharge-mv = <100>; qcom,recharge-mv = <100>;
qcom,parallel-en-pin-polarity = <0>; qcom,parallel-en-pin-polarity = <1>;
}; };
}; };