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

Commit 5ca8644e authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

ARM: dts: msm: enable parallel charging for 8992 MTP



Add the device tree nodes in order to enable parallel charging. This
includes adding a device tree node for the SMB1357 chip that will be
used as the parallel charger and its associated i2c configuration.

Change-Id: I8068f2cd0df6cdcfde204b56ce9b445ff0b72ab3
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent e4d39e9e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -379,6 +379,14 @@
				>;
		interrupt-names = "silabs_fm_int", "silabs_fm_status_int";
	};

	smb1357-charger@1c {
		compatible = "qcom,smb1357-charger";
		reg = <0x1c>;
		qcom,parallel-charger;
		qcom,float-voltage-mv = <4400>;
		qcom,recharge-thresh-mv = <100>;
	};
};

&soc {
+1 −1
Original line number Diff line number Diff line
@@ -1057,7 +1057,7 @@
		interrupt-names = "cdc-int";
	};

	i2c_5: i2c_11: i2c@f9967000 { /* BLSP2 QUP5 */
	i2c_5: i2c@f9967000 { /* BLSP2 QUP5 */
		compatible = "qcom,i2c-msm-v2";
		#address-cells = <1>;
		#size-cells = <0>;