commit | f378fd02821e1dea1cc5a4c743caafbc3953d211 | [log] [tgz] |
---|---|---|
author | Daniel DeGrasse <daniel.degrasse@nxp.com> | Thu Feb 22 18:30:56 2024 -0600 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Mar 18 18:57:03 2024 +0100 |
tree | 2733eab441a1908c16348b71ae03793c6ad3db56 | |
parent | 3bc1524f5db698164ac655bd4f9cd102c2308f5c [diff] |
drivers: dma: dma_mcux_lpc: add workaround for RW61x flexspi RW61x DMA has the *unique* restriction that DMA access is not routed through the FlexSPI cache engine, only via the non-cached address space. To enable DMA to read from the FlexSPI AHB space directly, fixup any address passed to the DMA engine that is in the FlexSPI AHB cached region to be in the non cached region Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>