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

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

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

parents b67a90fb 941e0ffc
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>;