Skip to content

[PW_SID:1158262] riscv: dts: microchip: beaglev-fire: remove double definition of gpio interrupts - #2594

Open
linux-riscv-bot wants to merge 1 commit into
workflow__riscv__fixesfrom
pw1158262
Open

[PW_SID:1158262] riscv: dts: microchip: beaglev-fire: remove double definition of gpio interrupts#2594
linux-riscv-bot wants to merge 1 commit into
workflow__riscv__fixesfrom
pw1158262

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 1158262 applied to workflow__riscv__fixes

Name: riscv: dts: microchip: beaglev-fire: remove double definition of gpio interrupts
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1158262
Version: 1

… interrupts

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.

Fixes: b0258f6 ("riscv: dts: microchip: update mpfs gpio interrupts to better match the SoC")
CC: stable@vger.kernel.org
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants