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

Commit 6fbfa0c4 authored by Barry Song's avatar Barry Song Committed by Mike Frysinger
Browse files

Blackfin: bf537-stamp: use correct spi mode with ad2s90 parts

parent 3cbcb161
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1035,6 +1035,7 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = {
		.modalias = "ad2s90",
		.bus_num = 0,
		.chip_select = 3,            /* change it for your board */
		.mode = SPI_MODE_3,
		.platform_data = NULL,
		.controller_data = &ad2s90_spi_chip_info,
	},