summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io-module/mts_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c
index c64fb3c..d98ed59 100644
--- a/io-module/mts_io.c
+++ b/io-module/mts_io.c
@@ -1574,7 +1574,7 @@ static int __devinit mts_spi_din_probe(struct spi_device *spi)
}
spi->max_speed_hz = 1 * 1000 * 1000;
- spi->mode = SPI_CPHA;
+ spi->mode = SPI_CPOL;
tmp = spi_setup(spi);
if (tmp < 0) {