Skip to content

Commit

Permalink
irqchip: atmel-aic5: The sama5d3 has 48 IRQs
Browse files Browse the repository at this point in the history
The FUSE and RAM controllers don't have any connected IRQs, reducing the number
of IRQs to 48.

Signed-off-by: Alexandre Belloni <[email protected]>
Acked-by: Boris Brezillon <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Link: https://lkml.kernel.org/r/1410446511-29477-1-git-send-email-alexandre.belloni@free-electrons.com
Signed-off-by: Jason Cooper <[email protected]>
  • Loading branch information
alexandrebelloni authored and Jason Cooper committed Sep 14, 2014
1 parent 7d1311b commit 0cae165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/irqchip/irq-atmel-aic5.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ static int __init aic5_of_init(struct device_node *node,
return 0;
}

#define NR_SAMA5D3_IRQS 50
#define NR_SAMA5D3_IRQS 48

static int __init sama5d3_aic5_of_init(struct device_node *node,
struct device_node *parent)
Expand Down

0 comments on commit 0cae165

Please sign in to comment.