]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] pxa/spitz: use new .lcd_conn to specify the LCD info
authorEric Miao <eric.miao@marvell.com>
Wed, 3 Sep 2008 02:00:38 +0000 (10:00 +0800)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 23 Sep 2008 21:04:37 +0000 (22:04 +0100)
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/spitz.c

index 1a53c2c92af3ad405af87467227e355ff9210b4e..075fd8dda92e49e41099f19c075fa4722110cdcf 100644 (file)
@@ -572,8 +572,7 @@ static struct pxafb_mach_info spitz_pxafb_info = {
        .modes          = &spitz_pxafb_modes[0],
        .num_modes      = 2,
        .fixed_modes    = 1,
-       .lccr0          = LCCR0_Color | LCCR0_Sngl | LCCR0_Act | LCCR0_LDDALT | LCCR0_OUC | LCCR0_CMDIM | LCCR0_RDSTM,
-       .lccr3          = LCCR3_PixRsEdg | LCCR3_OutEnH,
+       .lcd_conn       = LCD_COLOR_TFT_16BPP | LCD_ALTERNATE_MAPPING,
        .pxafb_lcd_power = spitz_lcd_power,
 };