diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-10-16 01:29:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 09:43:17 -0700 |
commit | 93d11f5a15020a514e522e678b2b3e7a1bc01f86 (patch) | |
tree | f70e94a82e8a43ab5308f36b9658ce6aa0a06a70 /arch/arm/mach-s3c2410/mach-amlm5900.c | |
parent | 3c9ffd0501157b38599b5bb7711366913f633f88 (diff) | |
download | blackbird-obmc-linux-93d11f5a15020a514e522e678b2b3e7a1bc01f86.tar.gz blackbird-obmc-linux-93d11f5a15020a514e522e678b2b3e7a1bc01f86.zip |
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 <krzysztof.h1@wp.pl>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-amlm5900.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-amlm5900.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-amlm5900.c b/arch/arm/mach-s3c2410/mach-amlm5900.c index 5f51a80fcd5c..4c958b7c09d5 100644 --- a/arch/arm/mach-s3c2410/mach-amlm5900.c +++ b/arch/arm/mach-s3c2410/mach-amlm5900.c @@ -179,6 +179,7 @@ static struct s3c2410fb_display __initdata amlm5900_lcd_info = { .bpp = 4, .left_margin = 1 << (4 + 3), .right_margin = 8 << 3, + .hsync_len = 48, .upper_margin = 0, .lower_margin = 0, |