Skip to content

Commit 2d62d3f

Browse files
JiafeiPanfabiobaltieri
authored andcommitted
soc: imx95: a55: enable GIC redistribute and its noncoherent
GIC redistribute and ITS on i.MX 95 is DMA noncoherent, so enable CONFIG_GIC_V3_RDIST_DMA_NONCOHERENT and CONFIG_GIC_V3_GIC_DMA_NONCOHERENT. Signed-off-by: Jiafei Pan <[email protected]>
1 parent 353a96b commit 2d62d3f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

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

19+
config GIC_V3_RDIST_DMA_NONCOHERENT
20+
default y
21+
22+
config GIC_V3_ITS_DMA_NONCOHERENT
23+
default y
24+
1925
# Disable data cache until MMU is enabled when booting from EL2
2026
config ARM64_DCACHE_ALL_OPS
2127
default y

0 commit comments

Comments
 (0)