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

Commit a09b2f0b authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: shmobile: lager legacy: Enable Quad SPI transfers for the SPI FLASH

parent 4d4a0ff3
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -327,7 +327,7 @@ static const struct spi_board_info spi_info[] __initconst = {
	{
		.modalias	= "m25p80",
		.platform_data	= &spi_flash_data,
		.mode                   = SPI_MODE_0,
		.mode		= SPI_MODE_0 | SPI_TX_QUAD | SPI_RX_QUAD,
		.max_speed_hz	= 30000000,
		.bus_num	= 0,
		.chip_select	= 0,