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

Commit e1218dc5 authored by Mayank Rana's avatar Mayank Rana
Browse files

ARM: dts: msm: Add USB SS_PHY_IRQ PDC interrupt with sdxprairie



Add 198 as USB SS_PHY_IRQ PDC interrupt with USB device. This is
needed to resume from bus suspend when USB is operating into super
speed/super speed plus mode.

Change-Id: Iaea8a3f462056d69f80543203ed4e442785d4f58
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent a8870528
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,9 +25,9 @@
		#size-cells = <1>;
		ranges;

		interrupts = <0 157 0>, <0 130 0>, <0 158 0>;
		interrupts = <0 157 0>, <0 130 0>, <0 158 0>, <0 198 0>;
		interrupt-names = "dp_hs_phy_irq", "pwr_event_irq",
				"dm_hs_phy_irq";
				"dm_hs_phy_irq", "ss_phy_irq";
		qcom,use-pdc-interrupts;

		USB3_GDSC-supply = <&gdsc_usb30>;