]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/omap/lcd_mipid.c
ARM: OMAP: Fix wrong SPI mode in N800 LCD
[linux-2.6-omap-h63xx.git] / drivers / video / omap / lcd_mipid.c
index 569e18bd84ea56911959cfc33107549f0c560747..922e3228841102244d246052586a5f0e6f94f2ca 100644 (file)
@@ -565,7 +565,7 @@ static int mipid_spi_probe(struct spi_device *spi)
                return -ENOMEM;
        }
 
-       spi->mode = SPI_MODE_1;
+       spi->mode = SPI_MODE_0;
        md->spi = spi;
        dev_set_drvdata(&spi->dev, md);
        md->panel = mipid_panel;