aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2440
diff options
context:
space:
mode:
authorKrzysztof Helt <krzysztof.h1@wp.pl>2007-10-16 04:29:01 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-16 12:43:17 -0400
commite92e739514baed2be83cfb269db003c73dd885c2 (patch)
tree722f158a6ba32d4266b4067e01eba7482e5c5130 /arch/arm/mach-s3c2440
parent93d11f5a15020a514e522e678b2b3e7a1bc01f86 (diff)
s3c2410fb: remove lcdcon2 and lcdcon3 register fields
This patch removes unused lcdcon2 and lcdcon3 register value from the s3c2410fb_display structure. 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.c10
-rw-r--r--arch/arm/mach-s3c2440/mach-smdk2440.c8
2 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/mach-s3c2440/mach-rx3715.c b/arch/arm/mach-s3c2440/mach-rx3715.c
index da68b1fe923c..f26adeaf1e74 100644
--- a/arch/arm/mach-s3c2440/mach-rx3715.c
+++ b/arch/arm/mach-s3c2440/mach-rx3715.c
@@ -115,14 +115,6 @@ static struct s3c2410fb_display rx3715_lcdcfg __initdata = {
115 S3C2410_LCDCON1_TFT | \ 115 S3C2410_LCDCON1_TFT | \
116 S3C2410_LCDCON1_CLKVAL(0x0C), 116 S3C2410_LCDCON1_CLKVAL(0x0C),
117 117
118 .lcdcon2 = S3C2410_LCDCON2_VBPD(5) | \
119 S3C2410_LCDCON2_LINEVAL(319) | \
120 S3C2410_LCDCON2_VFPD(6) | \
121 S3C2410_LCDCON2_VSPW(2),
122
123 .lcdcon4 = S3C2410_LCDCON4_MVAL(0) | \
124 S3C2410_LCDCON4_HSPW(7),
125
126 .lcdcon5 = S3C2410_LCDCON5_INVVLINE | 118 .lcdcon5 = S3C2410_LCDCON5_INVVLINE |
127 S3C2410_LCDCON5_FRM565 | 119 S3C2410_LCDCON5_FRM565 |
128 S3C2410_LCDCON5_HWSWP, 120 S3C2410_LCDCON5_HWSWP,
@@ -159,8 +151,6 @@ static struct s3c2410fb_mach_info rx3715_fb_info __initdata = {
159 .gpdcon_mask = 0xffc0fff0, 151 .gpdcon_mask = 0xffc0fff0,
160 .gpdup = 0x0000faff, 152 .gpdup = 0x0000faff,
161 .gpdup_mask = 0xffffffff, 153 .gpdup_mask = 0xffffffff,
162
163 .fixed_syncs = 1,
164}; 154};
165 155
166static struct mtd_partition rx3715_nand_part[] = { 156static struct mtd_partition rx3715_nand_part[] = {
diff --git a/arch/arm/mach-s3c2440/mach-smdk2440.c b/arch/arm/mach-s3c2440/mach-smdk2440.c
index 2919e6bf02af..840a480c40de 100644
--- a/arch/arm/mach-s3c2440/mach-smdk2440.c
+++ b/arch/arm/mach-s3c2440/mach-smdk2440.c
@@ -109,14 +109,6 @@ static struct s3c2410fb_display smdk2440_lcd_cfg __initdata = {
109 S3C2410_LCDCON1_TFT | 109 S3C2410_LCDCON1_TFT |
110 S3C2410_LCDCON1_CLKVAL(0x04), 110 S3C2410_LCDCON1_CLKVAL(0x04),
111 111
112 .lcdcon2 = S3C2410_LCDCON2_VBPD(7) |
113 S3C2410_LCDCON2_LINEVAL(319) |
114 S3C2410_LCDCON2_VFPD(6) |
115 S3C2410_LCDCON2_VSPW(3),
116
117 .lcdcon4 = S3C2410_LCDCON4_MVAL(0) |
118 S3C2410_LCDCON4_HSPW(3),
119
120 .lcdcon5 = S3C2410_LCDCON5_FRM565 | 112 .lcdcon5 = S3C2410_LCDCON5_FRM565 |
121 S3C2410_LCDCON5_INVVLINE | 113 S3C2410_LCDCON5_INVVLINE |
122 S3C2410_LCDCON5_INVVFRAME | 114 S3C2410_LCDCON5_INVVFRAME |