diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-10-16 04:28:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:16 -0400 |
commit | 5f20f69beb4983454b2d5ced4cabf90825bb263e (patch) | |
tree | e8e03747f0c5ef87dc9e10b56464acb9c2855aef /arch/arm/mach-s3c2410/mach-h1940.c | |
parent | f28ef573ad09596b771b67c276bbc5f49281fa9d (diff) |
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-h1940.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-h1940.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-h1940.c b/arch/arm/mach-s3c2410/mach-h1940.c index 52d7685180c4..1c9d6c69b712 100644 --- a/arch/arm/mach-s3c2410/mach-h1940.c +++ b/arch/arm/mach-s3c2410/mach-h1940.c | |||
@@ -158,6 +158,8 @@ static struct s3c2410fb_display h1940_lcd __initdata = { | |||
158 | .bpp = 16, | 158 | .bpp = 16, |
159 | .left_margin = 20, | 159 | .left_margin = 20, |
160 | .right_margin = 8, | 160 | .right_margin = 8, |
161 | .upper_margin = 8, | ||
162 | .lower_margin = 7, | ||
161 | }; | 163 | }; |
162 | 164 | ||
163 | static struct s3c2410fb_mach_info h1940_fb_info __initdata = { | 165 | static struct s3c2410fb_mach_info h1940_fb_info __initdata = { |