From ffc136c90d46b865287b474136c7b1c974997e5f Mon Sep 17 00:00:00 2001 From: James Maki Date: Thu, 16 Sep 2010 12:10:31 -0500 Subject: the spi din should be SPI_CPOL --- io-module/mts_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io-module/mts_io.c') 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) { -- cgit v1.2.3