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

Commit 109965a3 authored by Linus Walleij's avatar Linus Walleij
Browse files

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



The SPI host on the SIM.ONE is used for the MMC/SD card and
will badly need this turbo boost.

Reviewed-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b07b4e29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 = {