Skip to content

Commit 7e80a82

Browse files
Antonio Borneothom24
Antonio Borneo
authored andcommitted
ARM: dts: stm32: add exti entries for USB PHY wakeup on stm32mp131
The two ports of USB PHY trigger respectively EXTI torvalds#42 and torvalds#43. While the GIC is not used for wake-up, current code requires a valid map to GIC irq. Use the OHCI interrupt on GIC torvalds#75. Change-Id: I21b52a361e86d9fb147cb0758cd74ba724928cc4 Signed-off-by: Antonio Borneo <[email protected]>
1 parent 21a0010 commit 7e80a82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: arch/arm/boot/dts/st/stm32mp131.dtsi

+2
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,8 @@
11411141
<31 0 &intc GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
11421142
<32 0 &intc GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>,
11431143
<33 0 &intc GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>,
1144+
<42 0 &intc GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>,
1145+
<43 0 &intc GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>,
11441146
<44 0 &intc GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>,
11451147
<47 0 &intc GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>,
11461148
<48 0 &intc GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)