Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25105231 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Linus Walleij
Browse files

ARM: ep93xx: vision_ep9307: enable DMA for SPI



Enable the 'use_dma' flag in the SPI platform data to improve the speed
of the mmc_spi driver.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e8a7d2bb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -282,6 +282,7 @@ static struct spi_board_info vision_spi_board_info[] __initdata = {

static struct ep93xx_spi_info vision_spi_master __initdata = {
	.num_chipselect	= ARRAY_SIZE(vision_spi_board_info),
	.use_dma	= 1,
};

/*************************************************************************