]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/spi/bfin_spi.c
Blackfin: BF50x: new processor port
[people/ms/u-boot.git] / drivers / spi / bfin_spi.c
index d7e14749dded5f04b6ade6742d80c42e9d043847..e8a4de5b9facc39f81e6c58c4342f4449700cfa3 100644 (file)
@@ -248,6 +248,8 @@ void spi_release_bus(struct spi_slave *slave)
 #elif defined(__ADSPBF537__) || defined(__ADSPBF536__) || defined(__ADSPBF534__) || \
       defined(__ADSPBF52x__) || defined(__ADSPBF51x__)
 # define SPI_DMA_BASE DMA7_NEXT_DESC_PTR
+# elif defined(__ADSPBF50x__)
+# define SPI_DMA_BASE DMA6_NEXT_DESC_PTR
 #else
 # error "Please provide SPI DMA channel defines"
 #endif