aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Patard <arnaud.patard@rtp-net.org>2006-12-06 20:14:06 -0500
committerTony Lindgren <tony@atomide.com>2007-03-02 04:47:10 -0500
commite016a40cab504f6e0537fa5bdb3874a2bbefe9dc (patch)
treed6b83fdceea29af3739fa42081f6b6f2ec5722ad
parentb097f494cc3def2ec39ded3b80a62b9d257e4b01 (diff)
ARM: OMAP: board-nokia770: correct lcd name
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> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/mach-omap1/board-nokia770.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-nokia770.c b/arch/arm/mach-omap1/board-nokia770.c
index cbe909bad79b..d6525212f74e 100644
--- a/arch/arm/mach-omap1/board-nokia770.c
+++ b/arch/arm/mach-omap1/board-nokia770.c
@@ -103,7 +103,7 @@ static struct ads7846_platform_data nokia770_ads7846_platform_data __initdata =
103 103
104static struct spi_board_info nokia770_spi_board_info[] __initdata = { 104static struct spi_board_info nokia770_spi_board_info[] __initdata = {
105 [0] = { 105 [0] = {
106 .modalias = "lcd_lph8923", 106 .modalias = "lcd_mipid",
107 .bus_num = 2, 107 .bus_num = 2,
108 .chip_select = 3, 108 .chip_select = 3,
109 .max_speed_hz = 12000000, 109 .max_speed_hz = 12000000,