diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-10-16 12:28:59 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 20:43:16 +0400 |
commit | 5f20f69beb4983454b2d5ced4cabf90825bb263e (patch) | |
tree | e8e03747f0c5ef87dc9e10b56464acb9c2855aef /arch/arm/mach-s3c2410/mach-amlm5900.c | |
parent | f28ef573ad09596b771b67c276bbc5f49281fa9d (diff) | |
download | linux-5f20f69beb4983454b2d5ced4cabf90825bb263e.tar.xz |
s3c2410fb: add vertical margins fields to s3c2410fb_display
This patch adds vertical margins values to all
s3c24xx platform.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-amlm5900.c b/arch/arm/mach-s3c2410/mach-amlm5900.c index 74801ce022c1..5f51a80fcd5c 100644 --- a/arch/arm/mach-s3c2410/mach-amlm5900.c +++ b/arch/arm/mach-s3c2410/mach-amlm5900.c @@ -179,6 +179,8 @@ static struct s3c2410fb_display __initdata amlm5900_lcd_info = { .bpp = 4, .left_margin = 1 << (4 + 3), .right_margin = 8 << 3, + .upper_margin = 0, + .lower_margin = 0, .lcdcon1 = 0x00008225, .lcdcon2 = 0x0027c000, |