summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPatrick Georgi <mcuelenaere@gmail.com>2010-08-13 19:17:56 (GMT)
committerBen Dooks <ben-linux@fluff.org>2010-08-14 15:15:56 (GMT)
commit08ee000b51fc8a4b5e88c478a860f4a689be20b5 (patch)
tree5c5f1b40f8eb7541f4a998a7136f32f39398e0f3 /arch
parenteeda5fcb4fa13c7f9b76cb872f561bdba08ca6fd (diff)
downloadlinux-fsl-qoriq-08ee000b51fc8a4b5e88c478a860f4a689be20b5.tar.xz
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: Patrick Georgi <patrick@georgi-clan.de> Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c64xx/mach-smartq5.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smartq5.c b/arch/arm/mach-s3c64xx/mach-smartq5.c
index 82a9043..70bcbca 100644
--- a/arch/arm/mach-s3c64xx/mach-smartq5.c
+++ b/arch/arm/mach-s3c64xx/mach-smartq5.c
@@ -110,10 +110,10 @@ static struct s3c_fb_pd_win smartq5_fb_win0 = {
.win_mode = {
.pixclock = 1000000000000ULL /
((40+1+216+800)*(10+1+35+480)*80),
- .left_margin = 40,
- .right_margin = 216,
- .upper_margin = 10,
- .lower_margin = 35,
+ .left_margin = 216,
+ .right_margin = 40,
+ .upper_margin = 35,
+ .lower_margin = 10,
.hsync_len = 1,
.vsync_len = 1,
.xres = 800,