Skip to content

Commit 353a96b

Browse files
JiafeiPanfabiobaltieri
authored andcommitted
soc: imx95: a55: include LPI in irq number
In case of ITS is enabled, need to include LPI in the total number of irq. Signed-off-by: Jiafei Pan <[email protected]>
1 parent 602c629 commit 353a96b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

soc/nxp/imx/imx9/imx95/Kconfig.defconfig.mimx95.a55

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ config ARM64_DCACHE_ALL_OPS
2222
config ARM64_BOOT_DISABLE_DCACHE
2323
default y
2424

25+
# Reserve 8192 LPI interrupt ID starts from 8192 when ITS is enabled
2526
config NUM_IRQS
26-
default 320
27+
default 16384 if GIC_V3_ITS
28+
default 407 if !GIC_V3_ITS
2729

2830
config SYS_CLOCK_HW_CYCLES_PER_SEC
2931
default 24000000

0 commit comments

Comments
 (0)