From 51eaf026260131b6deffff05da4c806a76a07753 Mon Sep 17 00:00:00 2001 From: Eric Ackermann Date: Tue, 15 Apr 2025 19:01:32 +0200 Subject: [PATCH] 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 --- soc/openhwgroup/cva6/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/openhwgroup/cva6/Kconfig.defconfig b/soc/openhwgroup/cva6/Kconfig.defconfig index 4b4962dc332..3a063776112 100644 --- a/soc/openhwgroup/cva6/Kconfig.defconfig +++ b/soc/openhwgroup/cva6/Kconfig.defconfig @@ -19,7 +19,7 @@ config 2ND_LVL_INTR_00_OFFSET # 12 first level, 30 second level config MAX_IRQ_PER_AGGREGATOR - default 42 + default 30 # one 2nd level aggregator (PLIC) with 30 interrupts # offset of 12