Browse Source

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 <[email protected]>
Martin Schiller 1 year ago
parent
commit
faaa54161e

+ 1 - 1
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 {

+ 1 - 1
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 {

+ 1 - 1
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 {