[ARM]: stingray: panel file - adjust panel timings
authorSergey Kudakov <sergey.kudakov@motorola.com>
Thu, 30 Sep 2010 19:37:05 +0000 (14:37 -0500)
committerErik Gilling <konkers@android.com>
Tue, 12 Oct 2010 21:53:01 +0000 (14:53 -0700)
display should now run at 60.015940 Hz

Change-Id: I26da77694e858ddc4e7db5130e86633f6044f359
Signed-off-by: Sergey Kudakov <sergey.kudakov@motorola.com>
Signed-off-by: Erik Gilling <konkers@android.com>
arch/arm/mach-tegra/board-stingray-panel.c

index 35417b1d1eafdc987edf257919d9a9e6aa4bc883..5650bed228f957640ed8b97ff2e28ec0e803cb92 100644 (file)
@@ -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,
        },
 };