]> Pileus Git - ~andy/linux/commitdiff
video: s3c-fb: use FIMD_V8_VIDTCON0 for EXYNOS5 FIMD
authorJingoo Han <jg1.han@samsung.com>
Thu, 27 Sep 2012 07:23:59 +0000 (16:23 +0900)
committerJingoo Han <jg1.han@samsung.com>
Mon, 26 Nov 2012 04:35:36 +0000 (13:35 +0900)
This patch uses FIMD_V8_VIDTCON0 as the address definition
of VIDTCON0 register, because the address offset of VIDTCONx
registers is changed from 0x0 to 0x20000 for EXYNOS5 FIMD.
So, FIMD_V8_VIDTCON0 should be used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
drivers/video/s3c-fb.c

index d23fd46ecf74a45b8b5fb0aaf4af824e48434ba3..6d2479d9aa7a6750e2fd5f2b1bdf1c5c20be688e 100644 (file)
@@ -1910,7 +1910,7 @@ static struct s3c_fb_driverdata s3c_fb_data_exynos4 = {
 static struct s3c_fb_driverdata s3c_fb_data_exynos5 = {
        .variant = {
                .nr_windows     = 5,
-               .vidtcon        = VIDTCON0,
+               .vidtcon        = FIMD_V8_VIDTCON0,
                .wincon         = WINCON(0),
                .winmap         = WINxMAP(0),
                .keycon         = WKEYCON,