[openwrt/openwrt] lantiq: dts: vr9: add missing interrupts to pcie node
LEDE Commits
lede-commits at lists.infradead.org
Wed May 15 01:21:11 PDT 2024
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1825ea90984a7d899ded583aa87d9fa6d4270ccb
commit 1825ea90984a7d899ded583aa87d9fa6d4270ccb
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Wed Apr 10 13:50:33 2024 +0200
lantiq: dts: vr9: add missing interrupts to pcie node
This adds the missing interrupts to the pcie node.
Signed-off-by: Martin Schiller <ms at dev.tdt.de>
---
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";
More information about the lede-commits
mailing list