ARM: dts: msm: Use correct HS PHY IRQ for msm8996 secondary USB
The driver change in commit 96f92e28e035 ("usb: dwc3-msm: Use hs phy and ss phy irq as wake up source") favored using hs_phy_irq over pwr_event_irq to wake up USB out of suspend. This change revealed the wrong IRQ was used for the secondary USB2s instance on msm8996. Use the correct HS PHY IRQ number which maps to QUSB. Map this IRQ to the corresponding MPM wakeup pin as well. Change-Id: Ibd56c10c3c96f88d964f7f5f8a0fe9b590c522c5 Signed-off-by: Jack Pham <jackp@codeaurora.org>
This commit is contained in:
parent
9dc0b922ab
commit
d827d49e65
2 changed files with 2 additions and 1 deletions
|
@ -240,6 +240,7 @@
|
|||
qcom,gic-parent = <&intc>;
|
||||
qcom,gic-map = <2 216>, /* tsens_upper_lower_int */
|
||||
<79 379>, /* qusb2phy_dmse_hv_prim */
|
||||
<80 384>, /* qusb2phy_dmse_hv_sec */
|
||||
<52 275>, /* qmp_usb3_lfps_rxterm_irq */
|
||||
<87 358>, /* ee0_krait_hlos_spmi_periph_irq */
|
||||
<0xff 16>, /* APCj_qgicdrCpu0HwFaultIrptReq */
|
||||
|
|
|
@ -1998,7 +1998,7 @@
|
|||
ranges;
|
||||
status = "disabled";
|
||||
|
||||
interrupts = <0 139 0>, <0 140 0>;
|
||||
interrupts = <0 352 0>, <0 140 0>;
|
||||
interrupt-names = "hs_phy_irq", "pwr_event_irq";
|
||||
|
||||
qcom,msm-bus,name = "usb-hs";
|
||||
|
|
Loading…
Add table
Reference in a new issue