lantiq: ifxmips_pcie: use platform_get_irq to get irqs from dts
authorMartin Schiller <ms@dev.tdt.de>
Wed, 10 Apr 2024 11:48:50 +0000 (13:48 +0200)
committerMartin Schiller <ms@dev.tdt.de>
Wed, 15 May 2024 06:54:58 +0000 (08:54 +0200)
commitdb4bb1967989328825564201d74396d1f5fa3c26
tree3078c98ba1f6a9ca7693f267d0298e108912d706
parent1825ea90984a7d899ded583aa87d9fa6d4270ccb
lantiq: ifxmips_pcie: use platform_get_irq to get irqs from dts

This is required for linux-6.1 compatibility.

IRQs are not automatically mapped from HW to virtual IRQ numbers when
the IRQ domain is registered. This happens when the IRQ number is read
from the device tree based on the IRQ domain from the device tree now.
In kernel 5.15 it was done when the IRQ domain was registered.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
target/linux/lantiq/patches-5.15/0151-lantiq-ifxmips_pcie-use-of.patch
target/linux/lantiq/patches-6.1/0151-lantiq-ifxmips_pcie-use-of.patch