diff options
Diffstat (limited to 'arch/arm/mach-pxa/magician.c')
-rw-r--r-- | arch/arm/mach-pxa/magician.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index bf59cec27def..21b821e1a60d 100644 --- a/arch/arm/mach-pxa/magician.c +++ b/arch/arm/mach-pxa/magician.c | |||
@@ -336,8 +336,7 @@ static struct pxafb_mach_info toppoly_info = { | |||
336 | .modes = toppoly_modes, | 336 | .modes = toppoly_modes, |
337 | .num_modes = 1, | 337 | .num_modes = 1, |
338 | .fixed_modes = 1, | 338 | .fixed_modes = 1, |
339 | .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act, | 339 | .lcd_conn = LCD_COLOR_TFT_16BPP, |
340 | .lccr3 = LCCR3_PixRsEdg, | ||
341 | .pxafb_lcd_power = toppoly_lcd_power, | 340 | .pxafb_lcd_power = toppoly_lcd_power, |
342 | }; | 341 | }; |
343 | 342 | ||
@@ -345,8 +344,8 @@ static struct pxafb_mach_info samsung_info = { | |||
345 | .modes = samsung_modes, | 344 | .modes = samsung_modes, |
346 | .num_modes = 1, | 345 | .num_modes = 1, |
347 | .fixed_modes = 1, | 346 | .fixed_modes = 1, |
348 | .lccr0 = LCCR0_LDDALT | LCCR0_Color | LCCR0_Sngl | LCCR0_Act, | 347 | .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL |\ |
349 | .lccr3 = LCCR3_PixFlEdg, | 348 | LCD_ALTERNATE_MAPPING, |
350 | .pxafb_lcd_power = samsung_lcd_power, | 349 | .pxafb_lcd_power = samsung_lcd_power, |
351 | }; | 350 | }; |
352 | 351 | ||