aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-sam9261ek.c
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-01-11 17:26:59 -0500
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-01-11 17:29:30 -0500
commit6b3cbe4094e3eddc9f38b34118c10aeea845eaf2 (patch)
tree92e93b4abab52cc2e8eeecabd161ed744ab7fe68 /arch/arm/mach-at91/board-sam9261ek.c
parent193984f43decedd2604547022e3a26249dc18b3e (diff)
Revert "atmel_lcdfb: Adjust HFP calculation so it matches the manual."
This reverts commit 5d910426a6e80194a50e33351c91abcad266c809. Nicolas Ferre <nicolas.ferre@atmel.com> wrote: "Unfortunately this is not true for all the SoC that embed the atmel_lcdfb... So I may need to rework this patch but it is certainly not applicable in the current form." Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'arch/arm/mach-at91/board-sam9261ek.c')
-rw-r--r--arch/arm/mach-at91/board-sam9261ek.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/board-sam9261ek.c b/arch/arm/mach-at91/board-sam9261ek.c
index 4f469ea46969..b005b738e8ff 100644
--- a/arch/arm/mach-at91/board-sam9261ek.c
+++ b/arch/arm/mach-at91/board-sam9261ek.c
@@ -365,7 +365,7 @@ static struct fb_videomode at91_stn_modes[] = {
365 .xres = 320, .yres = 240, 365 .xres = 320, .yres = 240,
366 .pixclock = KHZ2PICOS(1440), 366 .pixclock = KHZ2PICOS(1440),
367 367
368 .left_margin = 1, .right_margin = 2, 368 .left_margin = 1, .right_margin = 1,
369 .upper_margin = 0, .lower_margin = 0, 369 .upper_margin = 0, .lower_margin = 0,
370 .hsync_len = 1, .vsync_len = 1, 370 .hsync_len = 1, .vsync_len = 1,
371 371
@@ -426,7 +426,7 @@ static struct fb_videomode at91_tft_vga_modes[] = {
426 .xres = 240, .yres = 320, 426 .xres = 240, .yres = 320,
427 .pixclock = KHZ2PICOS(4965), 427 .pixclock = KHZ2PICOS(4965),
428 428
429 .left_margin = 1, .right_margin = 34, 429 .left_margin = 1, .right_margin = 33,
430 .upper_margin = 1, .lower_margin = 0, 430 .upper_margin = 1, .lower_margin = 0,
431 .hsync_len = 5, .vsync_len = 1, 431 .hsync_len = 5, .vsync_len = 1,
432 432