From 6b46297fa3710d9fd470bd1dbd0e7b73a2e56f8d Mon Sep 17 00:00:00 2001 From: Erik Gilling Date: Tue, 21 Dec 2010 16:07:05 -0800 Subject: [PATCH] [ARM] tegra: adjust panel timings to match upcoming bootloader Change-Id: I907cae119dfeb5c97c713bd9e0b307b462f7f104 Signed-off-by: Erik Gilling --- arch/arm/mach-tegra/board-stingray-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/board-stingray-panel.c b/arch/arm/mach-tegra/board-stingray-panel.c index 250c3afd3809..ab147ce1d6e4 100644 --- a/arch/arm/mach-tegra/board-stingray-panel.c +++ b/arch/arm/mach-tegra/board-stingray-panel.c @@ -115,7 +115,7 @@ static struct tegra_dc_mode stingray_panel_modes[] = { .v_back_porch = 3, .h_active = 1280, .v_active = 800, - .h_front_porch = 50, + .h_front_porch = 45, .v_front_porch = 3, }, }; -- 2.34.1