diff options
Diffstat (limited to 'arch/arm/mach-pxa/lubbock.c')
-rw-r--r-- | arch/arm/mach-pxa/lubbock.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/lubbock.c b/arch/arm/mach-pxa/lubbock.c index 83ff5cee64d9..157cf47cbe66 100644 --- a/arch/arm/mach-pxa/lubbock.c +++ b/arch/arm/mach-pxa/lubbock.c | |||
@@ -352,7 +352,7 @@ static struct platform_device *devices[] __initdata = { | |||
352 | &pxa_ssp, | 352 | &pxa_ssp, |
353 | }; | 353 | }; |
354 | 354 | ||
355 | static struct pxafb_mach_info sharp_lm8v31 __initdata = { | 355 | static struct pxafb_mode_info sharp_lm8v31_mode = { |
356 | .pixclock = 270000, | 356 | .pixclock = 270000, |
357 | .xres = 640, | 357 | .xres = 640, |
358 | .yres = 480, | 358 | .yres = 480, |
@@ -365,6 +365,11 @@ static struct pxafb_mach_info sharp_lm8v31 __initdata = { | |||
365 | .lower_margin = 0, | 365 | .lower_margin = 0, |
366 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, | 366 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, |
367 | .cmap_greyscale = 0, | 367 | .cmap_greyscale = 0, |
368 | }; | ||
369 | |||
370 | static struct pxafb_mach_info sharp_lm8v31 = { | ||
371 | .modes = &sharp_lm8v31_mode, | ||
372 | .num_modes = 1, | ||
368 | .cmap_inverse = 0, | 373 | .cmap_inverse = 0, |
369 | .cmap_static = 0, | 374 | .cmap_static = 0, |
370 | .lccr0 = LCCR0_SDS, | 375 | .lccr0 = LCCR0_SDS, |