Skip to content

Commit

Permalink
Blackfin arch: workaround bug: spi_mmc driver working in dma mode may…
Browse files Browse the repository at this point in the history
… hang the system

Disable spi_mmc DMA by default.

Signed-off-by: Yi Li <yi.li@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Yi Li authored and Bryan Wu committed Nov 18, 2008
1 parent c6db04a commit 4989dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf537/boards/stamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ static struct bfin5xx_spi_chip ad9960_spi_chip_info = {

#if defined(CONFIG_SPI_MMC) || defined(CONFIG_SPI_MMC_MODULE)
static struct bfin5xx_spi_chip spi_mmc_chip_info = {
.enable_dma = 1,
.enable_dma = 0,
.bits_per_word = 8,
};
#endif
Expand Down

0 comments on commit 4989dbc

Please sign in to comment.