diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2015-10-21 07:57:49 +0300 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-12-09 08:33:12 +0300 |
commit | 76be038cab30796e3a27d34b5dd7e46169fcc78a (patch) | |
tree | f8701374df44e1667c836eb33636b9da29192c69 /arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | |
parent | b9526a81ba92d648cb542e6053a25293b113f991 (diff) | |
download | linux-76be038cab30796e3a27d34b5dd7e46169fcc78a.tar.xz |
ARM: dts: qcom: msm8974-honami: Specify charging parameters
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Andy Gross <agross@codeaurora.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts index e7e796888a21..37741725b7bd 100644 --- a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts +++ b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts @@ -371,6 +371,17 @@ &spmi_bus { pm8941@0 { + charger@1000 { + qcom,fast-charge-safe-current = <1500000>; + qcom,fast-charge-current-limit = <1500000>; + qcom,dc-current-limit = <1800000>; + qcom,fast-charge-safe-voltage = <4400000>; + qcom,fast-charge-high-threshold-voltage = <4350000>; + qcom,fast-charge-low-threshold-voltage = <3400000>; + qcom,auto-recharge-threshold-voltage = <4200000>; + qcom,minimum-input-voltage = <4300000>; + }; + gpios@c000 { boost_bypass_n_pin: boost-bypass { pins = "gpio21"; |