Re: [PATCH] riscv: dts: microchip: beaglev-fire: remove double definition of gpio interrupts
From: Conor Dooley
Date: Tue Sep 08 2026 - 17:29:45 EST
From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
On Fri, 04 Sep 2026 18:22:55 +0100, Conor Dooley wrote:
> When the irq-mux and its interrupt-map were added to the mpfs
> devicetree, the gpio interrupts became fixed at the SoC level rather
> than dependant on the design - the interrupt-map is now what varies.
> The beaglev-fire should have had its dts copy of the interrupts removed
> but did not. As a result, the mcp3564 driver does not probe, because
> even though it doesn't use the interrupt at present, the SPI core still
> looks it up. This lookup fails because the second copy of the interrupts
> property doesn't resolve to something valid when passed via the
> interrupt-map. Remove the second/incorrect set of interrupts properties.
>
> [...]
Applied to cache-for-next, thanks!
[1/1] riscv: dts: microchip: beaglev-fire: remove double definition of gpio interrupts
(no commit info)
Thanks,
Conor.