Skip to content

Commit 5b3c732

Browse files
committed
soc: imx95: a55: enable GIC redistribute noncoherent
GIC redistribute on i.MX 95 is DMA noncoherent, so enable CONFIG_GIC_V3_RDIST_DMA_NONCOHERENT. Signed-off-by: Jiafei Pan <[email protected]>
1 parent 1eee2af commit 5b3c732

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ config FLASH_BASE_ADDRESS
1616
config GIC_SAFE_CONFIG
1717
default y
1818

19+
config GIC_V3_RDIST_DMA_NONCOHERENT
20+
default y
21+
1922
# Disable data cache until MMU is enabled when booting from EL2
2023
config ARM64_DCACHE_ALL_OPS
2124
default y

0 commit comments

Comments
 (0)