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

Commit 4cd6c700 authored by Xiaozhe Shi's avatar Xiaozhe Shi
Browse files

ARM: dts: msm: add in smb1351 device node for msm8996-fluid



Add in the smb1351-charger device node for msm8996 fluids so it can
utilize parallel charging.

Change-Id: I6232749c8de8f8fa83219a77d82387d43afed69b
Signed-off-by: default avatarXiaozhe Shi <xiaozhes@codeaurora.org>
parent 046fe371
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -31,6 +31,16 @@
	};
};

&i2c_7 {
	smb1351-charger@1d {
		compatible = "qcom,smb1351-charger";
		reg = <0x1d>;
		qcom,parallel-charger;
		qcom,float-voltage-mv = <4400>;
		qcom,recharge-mv = <100>;
	};
};

&ufs_ice {
	status = "ok";
};