From: "Pali Rohár" <pali.rohar@gmail.com>
To: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org,
"Joni Lapilainen" <joni.lapilainen@gmail.com>,
"Pali Rohár" <pali.rohar@gmail.com>
Subject: [PATCH] RX-51: Fix probe order of SPI devices
Date: Sun, 31 Mar 2013 12:09:21 +0200 [thread overview]
Message-ID: <1364724561-18045-1-git-send-email-pali.rohar@gmail.com> (raw)
From: Joni Lapilainen <joni.lapilainen@gmail.com>
Without this patch LCD panel on Nokia RX-51 is still black
Signed-off-by: Joni Lapilainen <joni.lapilainen@gmail.com>
Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
---
arch/arm/mach-omap2/board-rx51-peripherals.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c
index b09b5da..03290b9 100644
--- a/arch/arm/mach-omap2/board-rx51-peripherals.c
+++ b/arch/arm/mach-omap2/board-rx51-peripherals.c
@@ -91,8 +91,8 @@
/* list all spi devices here */
enum {
RX51_SPI_WL1251,
- RX51_SPI_MIPID, /* LCD panel */
RX51_SPI_TSC2005, /* Touch Controller */
+ RX51_SPI_MIPID, /* LCD panel */
};
static struct wl12xx_platform_data wl1251_pdata;
--
1.7.10.4
next reply other threads:[~2013-03-31 10:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-31 10:09 Pali Rohár [this message]
[not found] ` <20130331105222.GA22426@earth.universe>
2013-03-31 11:18 ` [PATCH] RX-51: Fix probe order of SPI devices Pali Rohár
2013-04-02 16:31 ` Tony Lindgren
2013-04-10 14:15 ` Pali Rohár
2013-04-10 17:00 ` Tony Lindgren
2013-04-24 12:23 ` Pali Rohár
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=1364724561-18045-1-git-send-email-pali.rohar@gmail.com \
--to=pali.rohar@gmail.com \
--cc=joni.lapilainen@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).