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

Commit 888eebf3 authored by Xu Kai's avatar Xu Kai Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add SMB1360 device node for msm8916 QRD SKUI device



Add SMB1360 device node to enable SMB1360.

Change-Id: If55d8ef8c240e5aff863c4719e50ef9f7740bd62
Signed-off-by: default avatarXu Kai <kaixu@codeaurora.org>
parent d64010c0
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -19,3 +19,32 @@
	compatible = "qcom,msm8916-qrd-skui", "qcom,msm8916-qrd", "qcom,msm8916", "qcom,qrd";
	qcom,board-id = <0x1000b 5>;
};

&soc {
	i2c@78b8000 {
		smb1360_otg_supply: smb1360-chg-fg@14 {
			compatible = "qcom,smb1360-chg-fg";
			reg = <0x14>;
			interrupt-parent = <&msm_gpio>;
			interrupts = <62 8>;
			pinctrl-names = "default";
			pinctrl-0 = <&smb_int_default>;
			qcom,chg-inhibit-disabled;
			qcom,float-voltage-mv = <4350>;
			qcom,iterm-ma = <100>;
			qcom,recharge-thresh-mv = <100>;
			qcom,thermal-mitigation = <1500 700 600 0>;
			regulator-name = "smb1360_otg_vreg";
		};
	};
};

&pm8916_chg {
	status = "ok";
	qcom,use-external-charger;
};

&pm8916_bms {
	status = "ok";
	qcom,disable-bms;
};