diff options
author | Martin Schiller <ms@dev.tdt.de> | 2024-04-16 08:43:30 +0200 |
---|---|---|
committer | Martin Schiller <ms@dev.tdt.de> | 2024-05-15 08:54:58 +0200 |
commit | faaa54161ebb6ee77fc9c26dc4cb6a46676959a4 (patch) | |
tree | 80efb138b87a498405384a81856b3be9628e66c9 /target | |
parent | 807d9a0f621050737096df6ecca7ae73613e443a (diff) | |
download | openwrt-faaa54161ebb6ee77fc9c26dc4cb6a46676959a4.tar.gz openwrt-faaa54161ebb6ee77fc9c26dc4cb6a46676959a4.tar.bz2 openwrt-faaa54161ebb6ee77fc9c26dc4cb6a46676959a4.zip |
lantiq: dts: add missing irqs to mei node on AmazonSE, Danube and AR9
This adds to missing DyingGasp and USB OC interrupts to the mei node.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Diffstat (limited to 'target')
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/amazonse.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/amazonse.dtsi index 5c608dab63..6ae7ab6188 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/amazonse.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/amazonse.dtsi @@ -197,7 +197,7 @@ compatible = "lantiq,mei-xway"; reg = <0xe116000 0x400>; interrupt-parent = <&icu0>; - interrupts = <81>; + interrupts = <81 83 92>; }; usb: usb@e101000 { diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi index b12005ff6b..789ca67002 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi @@ -376,7 +376,7 @@ compatible = "lantiq,mei-xway"; reg = <0xe116000 0x9c>; interrupt-parent = <&icu0>; - interrupts = <63>; + interrupts = <63 61 68>; }; gsw: etop@e180000 { diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi index c19ce2af7e..5fe6699ac2 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi @@ -291,7 +291,7 @@ compatible = "lantiq,mei-xway"; reg = <0xe116000 0x400>; interrupt-parent = <&icu0>; - interrupts = <63>; + interrupts = <63 61 159>; }; gsw: etop@e180000 { |