diff options
| author | Martin Schiller | 2024-04-16 06:43:30 +0000 |
|---|---|---|
| committer | Martin Schiller | 2024-05-15 06:54:58 +0000 |
| commit | faaa54161ebb6ee77fc9c26dc4cb6a46676959a4 (patch) | |
| tree | 80efb138b87a498405384a81856b3be9628e66c9 | |
| parent | 807d9a0f621050737096df6ecca7ae73613e443a (diff) | |
| download | openwrt-faaa54161ebb6ee77fc9c26dc4cb6a46676959a4.tar.gz | |
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>
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 { |