提交 4989dbc1 编写于 作者: Y Yi Li 提交者: Bryan Wu

Blackfin arch: workaround bug: spi_mmc driver working in dma mode may hang the system

Disable spi_mmc DMA by default.
Signed-off-by: NYi Li <yi.li@analog.com>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 c6db04a7
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册