diff options
| author | Martin Schiller | 2024-04-10 11:50:33 +0000 |
|---|---|---|
| committer | Martin Schiller | 2024-05-15 06:54:58 +0000 |
| commit | 1825ea90984a7d899ded583aa87d9fa6d4270ccb (patch) | |
| tree | f7422ea0e4c63d043fe61b4893598e85498893a0 | |
| parent | 284f12bfa64779ed156262a0351e07af5379be9c (diff) | |
| download | openwrt-1825ea90984a7d899ded583aa87d9fa6d4270ccb.tar.gz | |
lantiq: dts: vr9: add missing interrupts to pcie node
This adds the missing interrupts to the pcie node.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
| -rw-r--r-- | target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |