Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d8981f6 authored by Michal Simek's avatar Michal Simek Committed by Russell King
Browse files

ARM: 7871/1: amba: Extend number of IRQS



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: default avatarMichal Simek <michal.simek@xilinx.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c682e51d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@
#include <linux/resource.h>
#include <linux/resource.h>
#include <linux/regulator/consumer.h>
#include <linux/regulator/consumer.h>


#define AMBA_NR_IRQS	2
#define AMBA_NR_IRQS	9
#define AMBA_CID	0xb105f00d
#define AMBA_CID	0xb105f00d


struct clk;
struct clk;