From 66a589bc8df04c69776ba36ad5bbddea5d76eb47 Mon Sep 17 00:00:00 2001 From: Sergey Kudakov Date: Thu, 30 Sep 2010 14:37:05 -0500 Subject: [PATCH] [ARM]: stingray: panel file - adjust panel timings display should now run at 60.015940 Hz Change-Id: I26da77694e858ddc4e7db5130e86633f6044f359 Signed-off-by: Sergey Kudakov Signed-off-by: Erik Gilling --- arch/arm/mach-tegra/board-stingray-panel.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-tegra/board-stingray-panel.c b/arch/arm/mach-tegra/board-stingray-panel.c index 35417b1d1eaf..5650bed228f9 100644 --- a/arch/arm/mach-tegra/board-stingray-panel.c +++ b/arch/arm/mach-tegra/board-stingray-panel.c @@ -103,17 +103,17 @@ static struct tegra_dc_mode stingray_panel_modes_p0[] = { static struct tegra_dc_mode stingray_panel_modes[] = { { - .pclk = 62200000, + .pclk = 65000000, .h_ref_to_sync = 11, .v_ref_to_sync = 1, - .h_sync_width = 42, + .h_sync_width = 26, .v_sync_width = 6, - .h_back_porch = 43, - .v_back_porch = 5, + .h_back_porch = 12, + .v_back_porch = 3, .h_active = 1280, .v_active = 800, - .h_front_porch = 43, - .v_front_porch = 5, + .h_front_porch = 50, + .v_front_porch = 3, }, }; -- 2.34.1