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

Commit 4a96a028 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 USB OTG VBUS regulator for APQ8084 MTP"

parents e4ad2e23 190847bd
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -483,11 +483,12 @@
};

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

@@ -514,3 +515,6 @@
	};
};

&usb3 {
	vbus_dwc3-supply = <&smb349_otg_supply>;
};