Skip to content

Commit b2bb01e

Browse files
Lina IyerMarc Zyngier
authored andcommitted
irqchip/qcom-pdc: Update max PDC interrupts
Newer SoCs have increased the number of interrupts routed to the PDC interrupt controller. Update the definition of max PDC interrupts. Signed-off-by: Lina Iyer <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 09d3156 commit b2bb01e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/irqchip/qcom-pdc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
3+
* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
44
*/
55

66
#include <linux/err.h>
@@ -18,7 +18,7 @@
1818
#include <linux/slab.h>
1919
#include <linux/types.h>
2020

21-
#define PDC_MAX_IRQS 126
21+
#define PDC_MAX_IRQS 168
2222

2323
#define CLEAR_INTR(reg, intr) (reg & ~(1 << intr))
2424
#define ENABLE_INTR(reg, intr) (reg | (1 << intr))

0 commit comments

Comments
 (0)