[AVR32] STK1000: Set SPI_MODE_3 in the ltv350qv board info

In the latest incarnation of the ltv350qv driver the call to
spi_setup() has been removed. So we need to initialize things more
carefully in the board info struct.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>

+1
+1
arch/avr32/boards/atstk1000/atstk1002.c
··· 42 42 .modalias = "ltv350qv", 43 43 .max_speed_hz = 16000000, 44 44 .chip_select = 1, 45 + .mode = SPI_MODE_3, 45 46 }, 46 47 }; 47 48