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

Commit 6c8fa26b authored by Sriharsha Allenki's avatar Sriharsha Allenki
Browse files

ARM: dts: msm: Use correct interrupt number for QCS405



There are two sets of interrupts from PHY, hs_phy_irq
and usb2_phy_irq. Use the usb2_phy_irq which are
triggered with PHY CSR programming.

Change-Id: I9eb4ae11a0d0d3df9ebfbb7535bfb0f8ced196f6
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent e86137b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
		#size-cells = <1>;
		ranges;

		interrupts = <0 25 0>, <0 24 0>;
		interrupts = <0 25 0>, <0 319 0>;
		interrupt-names = "pwr_event_irq", "hs_phy_irq";

		clocks = <&clock_gcc GCC_USB30_MASTER_CLK>,
@@ -130,7 +130,7 @@
		#size-cells = <1>;
		ranges;

		interrupts = <0 32 0>, <0 31 0>;
		interrupts = <0 32 0>, <0 318 0>;
		interrupt-names = "pwr_event_irq", "hs_phy_irq";

		clocks = <&clock_gcc GCC_USB_HS_SYSTEM_CLK>,