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

Commit 558b1d8b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add smb1351 charger node for mdmcalifornium"

parents deca2019 52f55c0a
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -25,3 +25,24 @@
	pinctrl-0 = <&uart2_console_active>;

};

&i2c_3 {
	status = "ok";
	smb1351_otg_supply: smb1351-charger@55 {
		compatible = "qcom,smb1351-charger";
		reg = <0x55>;
		interrupt-parent = <&tlmm_pinmux>;
		interrupts = <83 0>;
		qcom,float-voltage-mv = <4200>;
		qcom,charging-timeout = <1536>;
		qcom,recharge-thresh-mv = <200>;
		qcom,iterm-ma = <100>;
		regulator-name = "smb1351_otg_supply";
		qcom,charging-disabled;
		qcom,id-line-not-connected;
	};
};

&usb3 {
	vbus_dwc3-supply = <&smb1351_otg_supply>;
};
+23 −0
Original line number Diff line number Diff line
@@ -26,6 +26,29 @@

};

&i2c_3 {
	status = "ok";
	smb1351_otg_supply: smb1351-charger@55 {
		compatible = "qcom,smb1351-charger";
		reg = <0x55>;
		interrupt-parent = <&tlmm_pinmux>;
		interrupts = <83 0>;
		qcom,float-voltage-mv = <4200>;
		qcom,charging-timeout = <1536>;
		qcom,recharge-thresh-mv = <200>;
		qcom,iterm-ma = <100>;
		regulator-name = "smb1351_otg_supply";
		pinctrl-names = "default";
		pinctrl-0 = <&smb_stat_active>;
		qcom,id-line-not-connected;
	};
};

&qnand_1 {
	status = "ok";
};

&usb3 {
	vbus_dwc3-supply = <&smb1351_otg_supply>;
	cpe-gpio = <&tlmm_pinmux 87 0>;
};