spi: remove hard-coded DMA chan in soc_caps.h

This commit is contained in:
Armando
2021-02-07 14:39:07 +08:00
parent 66d10f0eec
commit ed6fb33726
5 changed files with 5 additions and 16 deletions

View File

@@ -159,8 +159,6 @@
// Attention: These fixed DMA channels are temporarily workaround before we have a centralized DMA controller API to help alloc the channel dynamically
// Remove them when GDMA driver API is ready
#define SOC_GDMA_SPI2_DMA_CHANNEL (1)
#define SOC_GDMA_SPI3_DMA_CHANNEL (2)
#define SOC_GDMA_SHA_DMA_CHANNEL (3)
#define SOC_GDMA_AES_DMA_CHANNEL (4)