From 1825ea90984a7d899ded583aa87d9fa6d4270ccb Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Wed, 10 Apr 2024 13:50:33 +0200 Subject: [PATCH] lantiq: dts: vr9: add missing interrupts to pcie node This adds the missing interrupts to the pcie node. Signed-off-by: Martin Schiller --- target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9.dtsi index e4c9be8f87..e0e49f377a 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9.dtsi @@ -528,7 +528,7 @@ reg = <0xd900000 0x1000>; interrupt-parent = <&icu0>; - interrupts = <161 144>; + interrupts = <161 144 145 146 147>; phys = <&pcie0_phy LANTIQ_PCIE_PHY_MODE_36MHZ>; phy-names = "pcie"; -- 2.30.2