linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] RX-51: Fix probe order of SPI devices
@ 2013-03-31 10:09 Pali Rohár
       [not found] ` <20130331105222.GA22426@earth.universe>
  0 siblings, 1 reply; 6+ messages in thread
From: Pali Rohár @ 2013-03-31 10:09 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, linux-kernel, Joni Lapilainen, Pali Rohár

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

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

end of thread, other threads:[~2013-04-24 12:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-31 10:09 [PATCH] RX-51: Fix probe order of SPI devices Pali Rohár
     [not found] ` <20130331105222.GA22426@earth.universe>
2013-03-31 11:18   ` 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

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).