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

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

Merge "USB: support usb otg mode for apq8009"

parents 9b4e63e0 39de0f51
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -81,3 +81,11 @@
	status = "ok";
	qcom,disable-bms;
};

&usb_otg {
	interrupts = <0 134 0>,<0 140 0>,<0 136 0>;
	interrupt-names = "core_irq", "async_irq", "phy_irq";

	qcom,hsusb-otg-mode = <3>;
	vbus_otg-supply = <&smb1360_otg_supply>;
};