]> git.hungrycats.org Git - linux/commit
of/irq: Disable "interrupt-map" parsing for PASEMI Nemo
authorMarc Zyngier <maz@kernel.org>
Tue, 2 Jul 2024 21:42:46 +0000 (22:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2024 07:53:41 +0000 (09:53 +0200)
commit37c36c817a37f276cabf5770ed370d41e325ec9f
treea8126c9b393d3bfa9555a8d7789c994e04505a62
parent9d248d401efde7d901c01ff367042032ee388e07
of/irq: Disable "interrupt-map" parsing for PASEMI Nemo

commit 2cf6b7d15a28640117bf9f75dc050892cf78a6e8 upstream.

Once again, we've broken PASEMI Nemo boards with its incomplete
"interrupt-map" translations. Commit 935df1bd40d4 ("of/irq: Factor out
parsing of interrupt-map parent phandle+args from of_irq_parse_raw()")
changed the behavior resulting in the existing work-around not taking
effect. Rework the work-around to just skip parsing "interrupt-map" up
front by using the of_irq_imap_abusers list.

Fixes: 935df1bd40d4 ("of/irq: Factor out parsing of interrupt-map parent phandle+args from of_irq_parse_raw()")
Reported-by: Christian Zigotzky <chzigotzky@xenosoft.de>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/86ed8ba2sp.wl-maz@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/of/irq.c