aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2010-08-10 21:02:44 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-11 11:59:12 -0400
commitdaf695fca877068d7533a1b431b09210e5ad0b6b (patch)
treefb7587351d95f20691c01b32a2c1266ddbfb45fb /arch/arm/mach-s5pv210
parent2bb567a38950f0917aecfe1a3e46720d8bbb0020 (diff)
arm: samsung: remove pixclock from several boards
Since "s3c-fb: Automatically calculate pixel clock when none is given", there's no need for manually calculating the pixel clock anymore so remove these lines and add the correct refresh rate where appropriately. Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com> Cc: Pawel Osciak <p.osciak@samsung.com> Cc: Marek Szyprowski <m.szyprowski@samsung.com> Cc: Kyungmin Park <kyungmin.park@samsung.com> Cc: InKi Dae <inki.dae@samsung.com> Cc: Ben Dooks <ben-linux@fluff.org> Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r--arch/arm/mach-s5pv210/mach-aquila.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pv210/mach-aquila.c b/arch/arm/mach-s5pv210/mach-aquila.c
index 10bc76ec4025..881fe89eefd2 100644
--- a/arch/arm/mach-s5pv210/mach-aquila.c
+++ b/arch/arm/mach-s5pv210/mach-aquila.c
@@ -77,7 +77,6 @@ static struct s3c2410_uartcfg smdkv210_uartcfgs[] __initdata = {
77/* Frame Buffer */ 77/* Frame Buffer */
78static struct s3c_fb_pd_win aquila_fb_win0 = { 78static struct s3c_fb_pd_win aquila_fb_win0 = {
79 .win_mode = { 79 .win_mode = {
80 .pixclock = 1000000000000ULL / ((16+16+2+480)*(28+3+2+800)*60),
81 .left_margin = 16, 80 .left_margin = 16,
82 .right_margin = 16, 81 .right_margin = 16,
83 .upper_margin = 3, 82 .upper_margin = 3,
@@ -93,7 +92,6 @@ static struct s3c_fb_pd_win aquila_fb_win0 = {
93 92
94static struct s3c_fb_pd_win aquila_fb_win1 = { 93static struct s3c_fb_pd_win aquila_fb_win1 = {
95 .win_mode = { 94 .win_mode = {
96 .pixclock = 1000000000000ULL / ((16+16+2+480)*(28+3+2+800)*60),
97 .left_margin = 16, 95 .left_margin = 16,
98 .right_margin = 16, 96 .right_margin = 16,
99 .upper_margin = 3, 97 .upper_margin = 3,