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

Commit 00f18743 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 SMB349 device for APQ8084 MTP"

parents f2c40a09 42ca109c
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -298,6 +298,10 @@
	};

	gpio@cd00 { /* GPIO 14 */
		qcom,mode = <0>;
		qcom,pull = <1>;
		qcom,vin-sel = <2>;
		qcom,src-sel = <0>;
	};

	gpio@ce00 { /* GPIO 15 */
@@ -395,3 +399,12 @@
	mpp@a700 { /* MPP 8 */
	};
};

&i2c_0 {
	smb349-charger@1b {
		compatible = "qcom,smb349-charger";
		reg = <0x1b>;
		interrupt-parent = <&spmi_bus>;
		interrupts = <0x00 0xcd 0x0>; /* PMIC8084 GPIO 14 */
	};
};