Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bee7940e authored by Xiaozhe Shi's avatar Xiaozhe Shi
Browse files

ARM: dts: msm: fix name of 9v parallel current threshold property



The qpnp-smbcharger has a property named
qcom,parallel-usb-9v-min-current-ma. However, this is not included in
the kernel devicetree documentation and it is mistyped as
qcom,parallel-9v-usb-min-current-ma. Add it to the kernel devicetree
bindings documentation and fix the property name so that parallel
charging works with 9V chargers.

CRs-Fixed: 733213
Change-Id: I66d163afd0387950157cc113a6898e49e05c3912
Signed-off-by: default avatarXiaozhe Shi <xiaozhes@codeaurora.org>
parent b7da01c5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -186,6 +186,10 @@ Optional Properties:
					charger if one exists. Do not define
					this property if no parallel chargers
					exist.
- qcom,parallel-usb-9v-min-current-ma	Minimum current drawn by the primary
					charger before enabling the parallel
					charger if one exists. This property
					applies only for 9V chargers.
- qcom,parallel-allowed-lowering-ma	Acceptable current drop from the initial limit
					to keep parallel charger activated. If the
					charger current reduces beyond this threshold
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@
			qcom,bms-psy-name = "bms";
			qcom,thermal-mitigation = <1500 700 600 0>;
			qcom,parallel-usb-min-current-ma = <1400>;
			qcom,parallel-9v-usb-min-current-ma = <900>;
			qcom,parallel-usb-9v-min-current-ma = <900>;
			qcom,parallel-allowed-lowering-ma = <500>;

			qcom,chgr@1000 {