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 <Jiafei.Pan@nxp.com>
This commit is contained in:
Jiafei Pan 2025-06-13 12:12:18 +08:00 committed by Fabio Baltieri
parent 602c6292c3
commit 353a96b623

View File

@ -22,8 +22,10 @@ config ARM64_DCACHE_ALL_OPS
config ARM64_BOOT_DISABLE_DCACHE
default y
# Reserve 8192 LPI interrupt ID starts from 8192 when ITS is enabled
config NUM_IRQS
default 320
default 16384 if GIC_V3_ITS
default 407 if !GIC_V3_ITS
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 24000000