diff options
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r-- | drivers/input/touchscreen/ads7846.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ads7846.c b/drivers/input/touchscreen/ads7846.c index b0110fe65dae..1c9069cd3bae 100644 --- a/drivers/input/touchscreen/ads7846.c +++ b/drivers/input/touchscreen/ads7846.c | |||
@@ -848,7 +848,7 @@ static int __devinit ads7846_probe(struct spi_device *spi) | |||
848 | * may not. So we stick to very-portable 8 bit words, both RX and TX. | 848 | * may not. So we stick to very-portable 8 bit words, both RX and TX. |
849 | */ | 849 | */ |
850 | spi->bits_per_word = 8; | 850 | spi->bits_per_word = 8; |
851 | spi->mode = SPI_MODE_1; | 851 | spi->mode = SPI_MODE_0; |
852 | err = spi_setup(spi); | 852 | err = spi_setup(spi); |
853 | if (err < 0) | 853 | if (err < 0) |
854 | return err; | 854 | return err; |