OSDN Git Service

ARM: 7871/1: amba: Extend number of IRQS
authorMichal Simek <michal.simek@xilinx.com>
Tue, 29 Oct 2013 15:02:00 +0000 (16:02 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 9 Nov 2013 00:00:09 +0000 (00:00 +0000)
Xilinx Zynq pl330 dma driver has 9 irqs which all have to
be used by the driver to get it work properly.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/linux/amba/bus.h

index 43ec7e2..b327a1b 100644 (file)
@@ -21,7 +21,7 @@
 #include <linux/resource.h>
 #include <linux/regulator/consumer.h>
 
-#define AMBA_NR_IRQS   2
+#define AMBA_NR_IRQS   9
 #define AMBA_CID       0xb105f00d
 
 struct clk;