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

Commit 860fc976 authored by Kalle Valo's avatar Kalle Valo Committed by Tony Lindgren
Browse files

omap3: rx51: Use wl1251 in SPI mode 3



Otherwise Extreme Lower Power (ELP) wakeup doesn't work properly.

Signed-off-by: default avatarKalle Valo <kalle.valo@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent aed79bce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ static struct spi_board_info rx51_peripherals_spi_board_info[] __initdata = {
		.bus_num		= 4,
		.chip_select		= 0,
		.max_speed_hz   	= 48000000,
		.mode                   = SPI_MODE_2,
		.mode                   = SPI_MODE_3,
		.controller_data	= &wl1251_mcspi_config,
		.platform_data		= &wl1251_pdata,
	},