public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] board-nokia770: correct lcd name
@ 2006-11-12 14:31 Arnaud Patard
  2006-11-16  1:07 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Arnaud Patard @ 2006-11-12 14:31 UTC (permalink / raw)
  To: linux-omap-open-source

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

Hi, 

(Sorry, I forgot to send this patch while sending the others)

Some time ago, the 'lcd_lph8923' device was renamed to 'lcd_mipid' but
the board-nokia770.c file was not updated accordingly, leading to not
working lcd.
This one-liner fixe the trouble.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
---


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: n770_correct_lcd_name.patch --]
[-- Type: text/x-patch, Size: 719 bytes --]

---
 arch/arm/mach-omap1/board-nokia770.c |    2 	1 +	1 -	0 !
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-omap-2.6/arch/arm/mach-omap1/board-nokia770.c
===================================================================
--- linux-omap-2.6.orig/arch/arm/mach-omap1/board-nokia770.c	2006-11-12 15:15:27.000000000 +0100
+++ linux-omap-2.6/arch/arm/mach-omap1/board-nokia770.c	2006-11-12 15:16:21.000000000 +0100
@@ -146,7 +146,7 @@ static struct ads7846_platform_data noki
 
 static struct spi_board_info nokia770_spi_board_info[] __initdata = {
 	[0] = {
-		.modalias       = "lcd_lph8923",
+		.modalias       = "lcd_mipid",
 		.bus_num        = 2,
 		.chip_select    = 3,
 		.max_speed_hz   = 12000000,

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



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

end of thread, other threads:[~2006-11-16  1:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-12 14:31 [PATCH] board-nokia770: correct lcd name Arnaud Patard
2006-11-16  1:07 ` Tony Lindgren

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