Skip to content

Commit 28ba2ba

Browse files
AntonioBorneothom24
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 d7d33d1 commit 28ba2ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/st/stm32mp131.dtsi

Lines changed: 2 additions & 0 deletions
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)