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:
parent
0022c06fc8
commit
4de1da15c1
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue