From: Sergey Kudakov Date: Thu, 30 Sep 2010 19:37:05 +0000 (-0500) Subject: [ARM]: stingray: panel file - adjust panel timings X-Git-Tag: firefly_0821_release~9834^2~458 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=66a589bc8df04c69776ba36ad5bbddea5d76eb47;p=firefly-linux-kernel-4.4.55.git [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 --- 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, }, };