Skip to content

Commit

Permalink
drivers: psi5_s: add guard for DMA
Browse files Browse the repository at this point in the history
add guard for DMA since PSI5S driver
is not suppored DMA

Issue: AZ-2540
Signed-off-by: Tu Nguyen Van <[email protected]>
  • Loading branch information
tunguyen4585 committed Nov 19, 2024
1 parent f94cc8d commit 70dea6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions s32/drivers/s32ze/Psi5_S/src/Psi5_S_Ip.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ static uint32 g_psi5_s_sram_mailbox[PSI5_S_INSTANCE_COUNT][PSI5_S_CH_COUNT+1][6*
#define PSI5_START_SEC_VAR_CLEARED_UNSPECIFIED_NO_CACHEABLE
#include "Psi5_MemMap.h"

#if !defined(CONFIG_SOC_SERIES_S32ZE)
VAR_ALIGN(static Dma_Ip_SwTcdRegType STcd[4], 32U)
#endif

#define PSI5_STOP_SEC_VAR_CLEARED_UNSPECIFIED_NO_CACHEABLE
#include "Psi5_MemMap.h"
Expand Down

0 comments on commit 70dea6c

Please sign in to comment.