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

Commit 39de0f51 authored by wumeif's avatar wumeif Committed by Gerrit - the friendly Code Review server
Browse files

USB: support usb otg mode for apq8009



apq8009 using usb phy to configure USB_HS_ID, add usb phy
and usb-otg-supply in usb_otg node to support usb otg mode.

CRs-Fixed: 1105322

Change-Id: Ia7b1794b0c95aeb5b5b25e9fece57c97338f0415
Signed-off-by: default avatarWumei Fang <wumeif@codeaurora.org>
parent c1b67407
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -81,3 +81,11 @@
	status = "ok";
	status = "ok";
	qcom,disable-bms;
	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>;
};