Skip to content

Commit aeb2ee5

Browse files
rmurphy-armsudeep-holla
authored andcommitted
arm64: dts: Add missing DMA Abort interrupt to Juno
The DMA-330 has an "irq_abort" interrupt line on which it signals faults separately from the "irq[n:0]" channel interrupts. On Juno, this is wired up to SPI 92; add it to the DT so that DMAC faults are correctly reported for the driver to reset the thing, rather than leaving it locked up and waiting to time out. CC: Liviu Dudau <liviu.dudau@arm.com> CC: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
1 parent d99875e commit aeb2ee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/arm/juno-base.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
<GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
116116
<GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>,
117117
<GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>,
118+
<GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>,
118119
<GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
119120
<GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
120121
<GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)