public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: OMAP: Fix wrong SPI mode in N800 LCD
@ 2007-06-25 10:19 Hiroshi.DOYU
  2007-06-29  7:20 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Hiroshi.DOYU @ 2007-06-25 10:19 UTC (permalink / raw)
  To: linux-omap-open-source; +Cc: Hiroshi DOYU

From: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>

Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
---
 drivers/video/omap/lcd_mipid.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/omap/lcd_mipid.c b/drivers/video/omap/lcd_mipid.c
index 569e18b..922e322 100644
--- a/drivers/video/omap/lcd_mipid.c
+++ b/drivers/video/omap/lcd_mipid.c
@@ -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;
-- 
1.5.2.2.238.g7cbf2f2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] ARM: OMAP: Fix wrong SPI mode in N800 LCD
  2007-06-25 10:19 [PATCH 1/1] ARM: OMAP: Fix wrong SPI mode in N800 LCD Hiroshi.DOYU
@ 2007-06-29  7:20 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-06-29  7:20 UTC (permalink / raw)
  To: Hiroshi.DOYU; +Cc: linux-omap-open-source

* Hiroshi.DOYU@nokia.com <Hiroshi.DOYU@nokia.com> [070625 03:27]:
> From: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
> 
> Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
> ---
>  drivers/video/omap/lcd_mipid.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/video/omap/lcd_mipid.c b/drivers/video/omap/lcd_mipid.c
> index 569e18b..922e322 100644
> --- a/drivers/video/omap/lcd_mipid.c
> +++ b/drivers/video/omap/lcd_mipid.c
> @@ -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;
> -- 

Thanks, pushing today.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-29  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-25 10:19 [PATCH 1/1] ARM: OMAP: Fix wrong SPI mode in N800 LCD Hiroshi.DOYU
2007-06-29  7:20 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox