Commit b9787ff
app: boards: imx95: switch to using nxp,edma driver
Zephyr commit 774370a1d712 ("boards: nxp: imx95_evk_mimx9596_m7: add uart
dma support") replaces the configuration of the "edma2" node with that
mandated by the programming model associated with the "nxp,mcux-edma"
compatible. This change was done because the EDMA driver associated with
said compatible is compatible with multiple peripheral drivers as opposed
to the previous "nxp,edma" driver.
However, SOF currently requires using the previous EDMA driver (i.e. the
one associated with the "nxp,edma" driver). Therefore, switch back to the
previous programming model.
Furthermore, the DMA channels used by the SAI IP were also changed. Since
these were not tested, switch back to the previous DMA channels.
Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
(cherry picked from commit 7b01a21)
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>1 parent eefac6b commit b9787ff
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
24 | 34 | | |
25 | 35 | | |
0 commit comments