[xburst] jz4740_fb: Add support for parallel displays, improve power consumption
[openwrt/svn-archive/archive.git] / target / linux / xburst / files-2.6.32 / arch / mips / jz4740 / board-qi_lb60.c
index bf0863626bf0edd44e5d479546d6ec3bdf31b545..3866b8d7177b76d588c135c8b197c9a86418ddc6 100644 (file)
@@ -238,7 +238,7 @@ static struct fb_videomode qi_lb60_video_modes[] = {
                .name = "320x240",
                .xres = 320,
                .yres = 240,
-               .pixclock = 700000,
+               .refresh = 30,
                .left_margin = 140,
                .right_margin = 273,
                .upper_margin = 20,
@@ -257,6 +257,7 @@ static struct jz4740_fb_platform_data qi_lb60_fb_pdata = {
        .modes          = qi_lb60_video_modes,
        .bpp            = 24,
        .lcd_type       = JZ_LCD_TYPE_8BIT_SERIAL,
+       .pixclk_falling_edge = 1,
 };