]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
arm: amba: Increased number of irqs to handle Zynq PL330 interrupts.
authorNaveen Mamindlapalli <naveen.mamindlapalli@xilinx.com>
Tue, 12 Mar 2013 07:49:49 +0000 (13:19 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 12 Mar 2013 14:01:15 +0000 (15:01 +0100)
Increased number of irqs to handle PL330 DMA interrupts. There are
total 9 interrupts supported by Zynq PL330 DMA block.

Signed-off-by: Naveen Mamindlapalli <naveenm@xilinx.com>
include/linux/amba/bus.h

index d36417158d8f1811f914fb257d58ea97a092bdfc..69a2cd9d1bf90987709aaf76c0dbd137f9414891 100644 (file)
@@ -21,7 +21,7 @@
 #include <linux/resource.h>
 #include <linux/regulator/consumer.h>
 
-#define AMBA_NR_IRQS   2
+#define AMBA_NR_IRQS   10
 #define AMBA_CID       0xb105f00d
 
 struct clk;