diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-09-02 22:00:38 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-23 17:04:37 -0400 |
commit | 79009a063aa04c32143bff4fc0b7b8c6482af12d (patch) | |
tree | a31088a34cbe045f0f040b803a3e8338d449aa92 /arch/arm/mach-pxa/spitz.c | |
parent | 5e96adec6b6bc616259d8bd64e8a80d6dfc4403a (diff) |
[ARM] pxa/spitz: use new .lcd_conn to specify the LCD info
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/spitz.c')
-rw-r--r-- | arch/arm/mach-pxa/spitz.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index 1a53c2c92af3..075fd8dda92e 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c | |||
@@ -572,8 +572,7 @@ static struct pxafb_mach_info spitz_pxafb_info = { | |||
572 | .modes = &spitz_pxafb_modes[0], | 572 | .modes = &spitz_pxafb_modes[0], |
573 | .num_modes = 2, | 573 | .num_modes = 2, |
574 | .fixed_modes = 1, | 574 | .fixed_modes = 1, |
575 | .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act | LCCR0_LDDALT | LCCR0_OUC | LCCR0_CMDIM | LCCR0_RDSTM, | 575 | .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_ALTERNATE_MAPPING, |
576 | .lccr3 = LCCR3_PixRsEdg | LCCR3_OutEnH, | ||
577 | .pxafb_lcd_power = spitz_lcd_power, | 576 | .pxafb_lcd_power = spitz_lcd_power, |
578 | }; | 577 | }; |
579 | 578 | ||