diff options
Diffstat (limited to 'arch/arm/mach-pxa/trizeps4.c')
-rw-r--r-- | arch/arm/mach-pxa/trizeps4.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/trizeps4.c b/arch/arm/mach-pxa/trizeps4.c index 7c3007df1bd6..910571e9a190 100644 --- a/arch/arm/mach-pxa/trizeps4.c +++ b/arch/arm/mach-pxa/trizeps4.c | |||
@@ -368,7 +368,7 @@ static struct map_desc trizeps4_io_desc[] __initdata = { | |||
368 | } | 368 | } |
369 | }; | 369 | }; |
370 | 370 | ||
371 | static struct pxafb_mach_info sharp_lcd __initdata = { | 371 | static struct pxafb_mode_info sharp_lcd_mode = { |
372 | .pixclock = 78000, | 372 | .pixclock = 78000, |
373 | .xres = 640, | 373 | .xres = 640, |
374 | .yres = 480, | 374 | .yres = 480, |
@@ -381,6 +381,11 @@ static struct pxafb_mach_info sharp_lcd __initdata = { | |||
381 | .lower_margin = 0, | 381 | .lower_margin = 0, |
382 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, | 382 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, |
383 | .cmap_greyscale = 0, | 383 | .cmap_greyscale = 0, |
384 | }; | ||
385 | |||
386 | static struct pxafb_mach_info sharp_lcd = { | ||
387 | .modes = &sharp_lcd_mode, | ||
388 | .num_modes = 1, | ||
384 | .cmap_inverse = 0, | 389 | .cmap_inverse = 0, |
385 | .cmap_static = 0, | 390 | .cmap_static = 0, |
386 | .lccr0 = LCCR0_Color | LCCR0_Pas | LCCR0_Dual, | 391 | .lccr0 = LCCR0_Color | LCCR0_Pas | LCCR0_Dual, |