summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2021-09-22 01:15:08 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2021-09-22 01:15:08 -0700
commit71318b2cc0858b367f3ce96bf3ccfff5f5ca6ac0 (patch)
tree1e4207051b984503bb7f449506bd3bd2eb78e242
parentaa45fb139666f05fe3fbdfecbfc02c078f0fb6e6 (diff)
parent15088eb77f34cea215b7472af02bdcef14b549ca (diff)
downloaddevicetree-71318b2cc0858b367f3ce96bf3ccfff5f5ca6ac0.tar.gz
Merge "ARM: dts: qcom: specify 1.5A ICL when charging with HVDCP2 at 12V"
-rw-r--r--bindings/power/supply/qcom/qpnp-smb5.txt10
-rw-r--r--qcom/pm7250b.dtsi1
2 files changed, 10 insertions, 1 deletions
diff --git a/bindings/power/supply/qcom/qpnp-smb5.txt b/bindings/power/supply/qcom/qpnp-smb5.txt
index f261dbd6..c1359c1c 100644
--- a/bindings/power/supply/qcom/qpnp-smb5.txt
+++ b/bindings/power/supply/qcom/qpnp-smb5.txt
@@ -368,9 +368,17 @@ Charger specific properties:
Usage: optional
Value type: <u32>
Definition: Specifies the maximum input current limit that can be configured
- for HVDCP2 adapter.
+ for HVDCP2 adapter when it's working at 5V and 9V.
If left unspecified, the default value is 3000mA.
+- qcom,hvdcp2-12v-max-icl-ua
+ Usage: optional
+ Value type: <u32>
+ Definition: Specifies the maximum input current limit that can be configured
+ for HVDCP2 adapter when it's working at 12V.
+ If left unspecified, the default value is the same value
+ specified in "qcom,hvdcp2-max-icl-ua".
+
- qcom,hvdcp3-max-icl-ua
Usage: optional
Value type: <u32>
diff --git a/qcom/pm7250b.dtsi b/qcom/pm7250b.dtsi
index 02860de3..5f6a40a2 100644
--- a/qcom/pm7250b.dtsi
+++ b/qcom/pm7250b.dtsi
@@ -35,6 +35,7 @@
1000000 500000>;
qcom,pmic-revid = <&pm7250b_revid>;
qcom,hvdcp2-max-icl-ua = <2000000>;
+ qcom,hvdcp2-12v-max-icl-ua = <1500000>;
qcom,chgr@1000 {
reg = <0x1000 0x100>;