diff options
author | eric miao <eric.miao@marvell.com> | 2008-04-30 03:52:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-30 11:29:31 -0400 |
commit | 0454bd09de7380aac464c09018e6a533f7247b0d (patch) | |
tree | 64e9016c788357f081cb93066c85761c78a7f85b /arch/arm/mach-pxa/littleton.c | |
parent | 84f43c308b73a6a12128288721a1007ba4f1a8da (diff) |
pxafb: make lubbock/mainstone/zylonite/littleton to use new LCD connection type
Signed-off-by: eric miao <eric.miao@marvell.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm/mach-pxa/littleton.c')
-rw-r--r-- | arch/arm/mach-pxa/littleton.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/littleton.c b/arch/arm/mach-pxa/littleton.c index 03396063b561..530654474bb2 100644 --- a/arch/arm/mach-pxa/littleton.c +++ b/arch/arm/mach-pxa/littleton.c | |||
@@ -301,8 +301,7 @@ static struct pxafb_mode_info tpo_tdo24mtea1_modes[] = { | |||
301 | static struct pxafb_mach_info littleton_lcd_info = { | 301 | static struct pxafb_mach_info littleton_lcd_info = { |
302 | .modes = tpo_tdo24mtea1_modes, | 302 | .modes = tpo_tdo24mtea1_modes, |
303 | .num_modes = 2, | 303 | .num_modes = 2, |
304 | .lccr0 = LCCR0_Act, | 304 | .lcd_conn = LCD_COLOR_TFT_16BPP, |
305 | .lccr3 = LCCR3_HSP | LCCR3_VSP, | ||
306 | .pxafb_lcd_power = littleton_lcd_power, | 305 | .pxafb_lcd_power = littleton_lcd_power, |
307 | }; | 306 | }; |
308 | 307 | ||