diff options
| author | Abhijeet Dharmapurikar <adharmap@codeaurora.org> | 2016-07-20 17:28:36 -0700 |
|---|---|---|
| committer | Abhijeet Dharmapurikar <adharmap@codeaurora.org> | 2016-08-08 17:12:16 -0700 |
| commit | 399efc30ae88383bbc81538863da45b25f2e86ba (patch) | |
| tree | ef4a6e722cae5a8fb98cf392c0797970daf30e37 /arch | |
| parent | 1ecb9eaec78fbaa3187574c347165bb70e54fef3 (diff) | |
ARM: dts: msm: Enable thermal mitigation for msmcobalt charger
Enable to lower the battery current FCC based on the system thermal
levels. At level
- 0: no mitigation
- 1: reduce FCC to 1500mA
- 2: reduce FCC to 1000mA
- 3: reduce FCC to 500mA
- 4: disable charging
CRs-Fixed: 1041206
Change-Id: Idcffb2d897615dc2ba842b55086d5fd583cb19f6
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi b/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi index c724ce5a8ad9..714bdf48da6c 100644 --- a/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi @@ -147,6 +147,9 @@ dpdm-supply = <&qusb_phy0>; + qcom,thermal-mitigation + = <3000000 1500000 1000000 500000>; + qcom,chgr@1000 { reg = <0x1000 0x100>; interrupts = <0x2 0x10 0x0 IRQ_TYPE_NONE>, |
