Commit 08ee000b authored by Patrick Georgi's avatar Patrick Georgi Committed by Ben Dooks

ARM: S3C64XX: Framebuffer fix for SmartQ5

The following change makes the framebuffer work on SmartQ5. There are
still some problems with ADC, so this patch alone won't make the device
run (or even give a working fb), but it's one issue less to think about.
Signed-off-by: default avatarPatrick Georgi <patrick@georgi-clan.de>
Signed-off-by: default avatarMaurus Cuelenaere <mcuelenaere@gmail.com>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent eeda5fcb
...@@ -110,10 +110,10 @@ static struct s3c_fb_pd_win smartq5_fb_win0 = { ...@@ -110,10 +110,10 @@ static struct s3c_fb_pd_win smartq5_fb_win0 = {
.win_mode = { .win_mode = {
.pixclock = 1000000000000ULL / .pixclock = 1000000000000ULL /
((40+1+216+800)*(10+1+35+480)*80), ((40+1+216+800)*(10+1+35+480)*80),
.left_margin = 40, .left_margin = 216,
.right_margin = 216, .right_margin = 40,
.upper_margin = 10, .upper_margin = 35,
.lower_margin = 35, .lower_margin = 10,
.hsync_len = 1, .hsync_len = 1,
.vsync_len = 1, .vsync_len = 1,
.xres = 800, .xres = 800,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment