diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2010-09-29 08:50:04 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-20 18:54:56 -0400 |
commit | e4615b8607909bcc31ef90a6c04b4f951ea133e1 (patch) | |
tree | 5c00fc66139845ba71daf70b2bdf0ce1aa01006c /arch/arm/mach-s5pv210 | |
parent | 9d1fc39c2c47e7bd15c56a976e5cb7f5541669f1 (diff) |
ARM: S5PV210: fb setup for GONI - remove pixel clock
Since commit 67a38950f0917aecfe1a3e46720d8bbb0020 there is no need
to set pixel clock for the s3c-fb driver's window information.
The correct pixel clock value can be automatically calculated from
the other screen parameters. This patch removes the redundant pixel clock
parameter.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-goni.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c index 4bd5582c5c1b..b0ae20889a3a 100644 --- a/arch/arm/mach-s5pv210/mach-goni.c +++ b/arch/arm/mach-s5pv210/mach-goni.c | |||
@@ -88,7 +88,6 @@ static struct s3c2410_uartcfg goni_uartcfgs[] __initdata = { | |||
88 | /* Frame Buffer */ | 88 | /* Frame Buffer */ |
89 | static struct s3c_fb_pd_win goni_fb_win0 = { | 89 | static struct s3c_fb_pd_win goni_fb_win0 = { |
90 | .win_mode = { | 90 | .win_mode = { |
91 | .pixclock = 1000000000000ULL / ((16+16+2+480)*(28+3+2+800)*55), | ||
92 | .left_margin = 16, | 91 | .left_margin = 16, |
93 | .right_margin = 16, | 92 | .right_margin = 16, |
94 | .upper_margin = 2, | 93 | .upper_margin = 2, |