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

Commit 534c8607 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti
Browse files

ARM: dts: msm: Add USB OTG support for SMB1360 512MB-DDR 8909 MTP



Enable USB OTG mode for SMB1360 512MB-DDR 8909 MTP. Pass the USB PHY
IRQ for the ID detection.

Change-Id: If37d85427fdf697feecdf8096a98fed218142f9b
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent dca34e2b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -50,3 +50,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>;
};