From: Eric Miao Date: Wed, 3 Sep 2008 02:00:38 +0000 (+0800) Subject: [ARM] pxa/spitz: use new .lcd_conn to specify the LCD info X-Git-Tag: v2.6.28-rc1~293^2~6^2~17^2~4^8~12 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=79009a063aa04c32143bff4fc0b7b8c6482af12d;p=linux-2.6-omap-h63xx.git [ARM] pxa/spitz: use new .lcd_conn to specify the LCD info Signed-off-by: Eric Miao Signed-off-by: Russell King --- diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index 1a53c2c92af..075fd8dda92 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 = { .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, };