Browse Source

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>
pull/87526/head
Eric Ackermann 3 months ago committed by Benjamin Cabé
parent
commit
51eaf02626
  1. 2
      soc/openhwgroup/cva6/Kconfig.defconfig

2
soc/openhwgroup/cva6/Kconfig.defconfig

@ -19,7 +19,7 @@ config 2ND_LVL_INTR_00_OFFSET @@ -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

Loading…
Cancel
Save