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

Commit bc39b8d6 authored by Sriharsha Allenki's avatar Sriharsha Allenki
Browse files

ARM: dts: msm: Remove phy_irq for APQ8009 dragon board



The phy_irq is preventing the APQ8009 dragon board
to go into system suspend by triggering spurious
interrupts. Fix this by removing the unwanted phy_irq.

Change-Id: I792ac6d2d108082eb67f2ddc1d6cbec44c16bcba
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent 0fb0c88d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -156,8 +156,8 @@
};

&usb_otg {
	interrupts = <0 134 0>,<0 140 0>,<0 136 0>;
	interrupt-names = "core_irq", "async_irq", "phy_irq";
	interrupts = <0 134 0>,<0 140 0>;
	interrupt-names = "core_irq", "async_irq";
	qcom,hsusb-otg-mode = <3>;
	qcom,switch-vbus-w-id;
	vbus_otg-supply = <&vph_pwr_vreg>;