]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/spi/tsc2301-core.c
fix SPI_CPHA related errors
[linux-2.6-omap-h63xx.git] / drivers / spi / tsc2301-core.c
index ae15ca93e65e50519dfb9b2b972ec5cf221358dc..500c3dcba6ad12cc46e3cf40987b57cae72c9e3a 100644 (file)
@@ -170,7 +170,7 @@ static int __devinit tsc2301_probe(struct spi_device *spi)
        } else
                tsc->reset_gpio = -1;
 
-       spi->mode = SPI_MODE_0;
+       spi->mode = SPI_MODE_1;
        spi->bits_per_word = 16;
        /* The max speed might've been defined by the board-specific
         * struct */