diff options
author | Iyappan Subramanian <isubramanian@apm.com> | 2016-02-18 02:00:42 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-18 06:08:34 +0300 |
commit | 0d2c2515b84530ed60f50c2b464d14b6ba7aa1a5 (patch) | |
tree | 5729902115e646bf3d80d636b9006841b4cc4fe0 /arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | |
parent | 107dec2749fed1b4172f77c091961b15221419db (diff) | |
download | linux-0d2c2515b84530ed60f50c2b464d14b6ba7aa1a5.tar.xz |
dtb: xgene: Add irqs to support multi queue
Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Signed-off-by: Khuong Dinh <kdinh@apm.com>
Signed-off-by: Tanmay Inamdar <tinamdar@apm.com>
Tested-by: Toan Le <toanle@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm64/boot/dts/apm/apm-shadowcat.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi index 5d87a3dc44b8..278f106a0054 100644 --- a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi +++ b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi @@ -621,7 +621,13 @@ <0x0 0x1f600000 0x0 0Xd100>, <0x0 0x20000000 0x0 0X220000>; interrupts = <0 108 4>, - <0 109 4>; + <0 109 4>, + <0 110 4>, + <0 111 4>, + <0 112 4>, + <0 113 4>, + <0 114 4>, + <0 115 4>; port-id = <1>; dma-coherent; clocks = <&xge1clk 0>; |