[source] lantiq/xrx200-net: add interrupt for second DMA TX channel to vr9.dtsi

LEDE Commits lede-commits at lists.infradead.org
Mon Aug 15 06:54:17 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=ddd18828119a12918f784589f9329ad5b4d5f5c6

commit ddd18828119a12918f784589f9329ad5b4d5f5c6
Author: Martin Schiller <mschiller at tdt.de>
AuthorDate: Fri Aug 12 10:39:39 2016 +0200

    lantiq/xrx200-net: add interrupt for second DMA TX channel to vr9.dtsi
    
    Signed-off-by: Martin Schiller <mschiller at tdt.de>
---
 target/linux/lantiq/dts/vr9.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/lantiq/dts/vr9.dtsi b/target/linux/lantiq/dts/vr9.dtsi
index 15d73a5..a1c05d0 100644
--- a/target/linux/lantiq/dts/vr9.dtsi
+++ b/target/linux/lantiq/dts/vr9.dtsi
@@ -180,7 +180,7 @@
 				0xE10B308 0x30 /* pmac */
 			>;
 			interrupt-parent = <&icu0>;
-			interrupts = <73 72>;
+			interrupts = <75 73 72>;
 		};
 
 		mei at E116000 {



More information about the lede-commits mailing list