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

Commit 941e0ffc authored by Sriharsha Allenki's avatar Sriharsha Allenki
Browse files

ARM: dts: msm: Remove phy_irq from usb_otg for APQ8009



On this variant of APQ8009, phy_irq is not used for
ID detection, instead ID detection is based on a
MSM GPIO.
Hence remove the incorrect phy_irq to prevent any
spurious interrupts from being triggered.

Change-Id: I5584680d25c6fb3224db39d52de75fe8e74026ef
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent 932c5930
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -307,8 +307,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>;
	vbus_otg-supply = <&vbus_otg_supply>;
+2 −2
Original line number Diff line number Diff line
@@ -273,8 +273,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>;
	vbus_otg-supply = <&vbus_otg_supply>;