diff options
Diffstat (limited to 'arch/avr32/boards')
-rw-r--r-- | arch/avr32/boards/atstk1000/atstk1002.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/boards/atstk1000/atstk1002.c b/arch/avr32/boards/atstk1000/atstk1002.c index fe1dbe2e28f4..e253e86a1a39 100644 --- a/arch/avr32/boards/atstk1000/atstk1002.c +++ b/arch/avr32/boards/atstk1000/atstk1002.c | |||
@@ -42,6 +42,7 @@ static struct spi_board_info spi0_board_info[] __initdata = { | |||
42 | .modalias = "ltv350qv", | 42 | .modalias = "ltv350qv", |
43 | .max_speed_hz = 16000000, | 43 | .max_speed_hz = 16000000, |
44 | .chip_select = 1, | 44 | .chip_select = 1, |
45 | .mode = SPI_MODE_3, | ||
45 | }, | 46 | }, |
46 | }; | 47 | }; |
47 | 48 | ||