summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>;