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:
parent
602c6292c3
commit
353a96b623
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user