Skip to content

Commit

Permalink
ARM: 7871/1: amba: Extend number of IRQS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michal Simek authored and Russell King committed Nov 9, 2013
1 parent c682e51 commit 4d8981f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/amba/bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4d8981f

Please sign in to comment.