diff mbox

ARM: ep93xx: simone: enable DMA on the SPI host

Message ID 1436517557-11725-1-git-send-email-linus.walleij@linaro.org
State Accepted
Commit 109965a32b67cf45951f4fcb92c8d606c0474619
Headers show

Commit Message

Linus Walleij July 10, 2015, 8:39 a.m. UTC
The SPI host on the SIM.ONE is used for the MMC/SD card and
will badly need this turbo boost.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 arch/arm/mach-ep93xx/simone.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/arch/arm/mach-ep93xx/simone.c b/arch/arm/mach-ep93xx/simone.c
index 3c950f5864f3..d0938a219443 100644
--- a/arch/arm/mach-ep93xx/simone.c
+++ b/arch/arm/mach-ep93xx/simone.c
@@ -169,6 +169,7 @@  static struct spi_board_info simone_spi_devices[] __initdata = {
 
 static struct ep93xx_spi_info simone_spi_info __initdata = {
 	.num_chipselect	= ARRAY_SIZE(simone_spi_devices),
+	.use_dma = 1,
 };
 
 static struct i2c_gpio_platform_data __initdata simone_i2c_gpio_data = {