diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-05 02:48:55 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-05 02:48:55 +0000 |
commit | 38b776b7100b2c82f73065b8189b0f95867401f1 (patch) | |
tree | aefe199d55248077b73ad97e45ac47cf4046b1c6 /target/linux/xburst/files-2.6.32/arch/mips | |
parent | 831fd20927030b3c2d29f5ff4d90644e9b5b1890 (diff) |
[xburst] jz4740_fb: Add support for parallel displays, improve power consumption
and some minor bugfixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19982 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/files-2.6.32/arch/mips')
-rw-r--r-- | target/linux/xburst/files-2.6.32/arch/mips/jz4740/board-qi_lb60.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/xburst/files-2.6.32/arch/mips/jz4740/board-qi_lb60.c b/target/linux/xburst/files-2.6.32/arch/mips/jz4740/board-qi_lb60.c index bf0863626b..3866b8d717 100644 --- a/target/linux/xburst/files-2.6.32/arch/mips/jz4740/board-qi_lb60.c +++ b/target/linux/xburst/files-2.6.32/arch/mips/jz4740/board-qi_lb60.c @@ -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, }; |