Skip to content

Commit 51eaf02

Browse files
WorldofJARcraftkartben
authored andcommitted
soc: cva6: Fix CONFIG_MAX_IRQ_PER_AGGREGATOR
The original commit uses the incorrect value 42 for CONFIG_MAX_IRQ_PER_AGGREGATOR for the cva6 family of SoCs, which is the total number of IRQs in the system. This commit corrects this to 30, the number of IRQs for the PLIC. Signed-off-by: Eric Ackermann <eric.ackermann@cispa.de>
1 parent 7dcb129 commit 51eaf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/openhwgroup/cva6/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ config 2ND_LVL_INTR_00_OFFSET
1919

2020
# 12 first level, 30 second level
2121
config MAX_IRQ_PER_AGGREGATOR
22-
default 42
22+
default 30
2323

2424
# one 2nd level aggregator (PLIC) with 30 interrupts
2525
# offset of 12

0 commit comments

Comments
 (0)