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-s3c2440 | |
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-s3c2440')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-rx3715.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2440/mach-smdk2440.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/mach-rx3715.c b/arch/arm/mach-s3c2440/mach-rx3715.c index 305827242bec..9f874658a60d 100644 --- a/arch/arm/mach-s3c2440/mach-rx3715.c +++ b/arch/arm/mach-s3c2440/mach-rx3715.c | |||
@@ -136,6 +136,8 @@ static struct s3c2410fb_display rx3715_lcdcfg __initdata = { | |||
136 | .bpp = 16, | 136 | .bpp = 16, |
137 | .left_margin = 36, | 137 | .left_margin = 36, |
138 | .right_margin = 36, | 138 | .right_margin = 36, |
139 | .upper_margin = 6, | ||
140 | .lower_margin = 7, | ||
139 | }; | 141 | }; |
140 | 142 | ||
141 | static struct s3c2410fb_mach_info rx3715_fb_info __initdata = { | 143 | static struct s3c2410fb_mach_info rx3715_fb_info __initdata = { |
diff --git a/arch/arm/mach-s3c2440/mach-smdk2440.c b/arch/arm/mach-s3c2440/mach-smdk2440.c index 33b364476c18..f400eb7df5a8 100644 --- a/arch/arm/mach-s3c2440/mach-smdk2440.c +++ b/arch/arm/mach-s3c2440/mach-smdk2440.c | |||
@@ -133,6 +133,8 @@ static struct s3c2410fb_display smdk2440_lcd_cfg __initdata = { | |||
133 | .bpp = 16, | 133 | .bpp = 16, |
134 | .left_margin = 20, | 134 | .left_margin = 20, |
135 | .right_margin = 8, | 135 | .right_margin = 8, |
136 | .upper_margin = 8, | ||
137 | .lower_margin = 7, | ||
136 | }; | 138 | }; |
137 | 139 | ||
138 | static struct s3c2410fb_mach_info smdk2440_fb_info __initdata = { | 140 | static struct s3c2410fb_mach_info smdk2440_fb_info __initdata = { |