From 93d11f5a15020a514e522e678b2b3e7a1bc01f86 Mon Sep 17 00:00:00 2001 From: Krzysztof Helt Date: Tue, 16 Oct 2007 01:29:00 -0700 Subject: s3c2410fb: add pulse length fields to s3c2410fb_display This patch adds synchronization pulse lenght fields to the s3c2410fb_display structure and makes use of them in the driver. Signed-off-by: Krzysztof Helt Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- arch/arm/mach-s3c2440/mach-rx3715.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-s3c2440/mach-rx3715.c') diff --git a/arch/arm/mach-s3c2440/mach-rx3715.c b/arch/arm/mach-s3c2440/mach-rx3715.c index 9f874658a60..da68b1fe923 100644 --- a/arch/arm/mach-s3c2440/mach-rx3715.c +++ b/arch/arm/mach-s3c2440/mach-rx3715.c @@ -136,8 +136,10 @@ static struct s3c2410fb_display rx3715_lcdcfg __initdata = { .bpp = 16, .left_margin = 36, .right_margin = 36, + .hsync_len = 8, .upper_margin = 6, .lower_margin = 7, + .vsync_len = 3, }; static struct s3c2410fb_mach_info rx3715_fb_info __initdata = { -- cgit v1.2.3