From: Tony Lindgren <tony@atomide.com>
To: Hiroshi.DOYU@nokia.com
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH 1/1] ARM: OMAP: Fix wrong SPI mode in N800 LCD
Date: Fri, 29 Jun 2007 00:20:17 -0700 [thread overview]
Message-ID: <20070629072016.GA23421@atomide.com> (raw)
In-Reply-To: <11827667772695-git-send-email-Hiroshi.DOYU@nokia.com>
* 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
prev parent reply other threads:[~2007-06-29 7:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070629072016.GA23421@atomide.com \
--to=tony@atomide.com \
--cc=Hiroshi.DOYU@nokia.com \
--cc=linux-omap-open-source@linux.omap.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.