Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions zephyr/lib/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ SHARED_DATA struct dma dma[] = {
.z_dev = DEVICE_DT_GET(DT_NODELABEL(hda_link_out)),
},
#endif
#ifdef CONFIG_SOC_SERIES_MIMX9_A55
#ifdef CONFIG_SOC_MIMX9352_A55
{
.plat_data = {
.dir = DMA_DIR_MEM_TO_DEV | DMA_DIR_DEV_TO_MEM,
Expand All @@ -129,7 +129,7 @@ SHARED_DATA struct dma dma[] = {
},
.z_dev = DEVICE_DT_GET(DT_NODELABEL(host_dma)),
},
#endif /* CONFIG_SOC_SERIES_MIMX9_A55 */
#endif /* CONFIG_SOC_MIMX9352_A55 */
};

const struct dma_info lib_dma = {
Expand Down