diff options
-rw-r--r-- | arch/arm/mach-tegra/board-ventana.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c index 4a32052ab78f..681fc44e89ed 100644 --- a/arch/arm/mach-tegra/board-ventana.c +++ b/arch/arm/mach-tegra/board-ventana.c @@ -79,7 +79,7 @@ static struct platform_device debug_uart = { static struct tegra_utmip_config utmi_phy_config[] = { [0] = { - .hssync_start_delay = 0, + .hssync_start_delay = 9, .idle_wait_delay = 17, .elastic_limit = 16, .term_range_adj = 6, @@ -88,7 +88,7 @@ static struct tegra_utmip_config utmi_phy_config[] = { .xcvr_lsrslew = 2, }, [1] = { - .hssync_start_delay = 0, + .hssync_start_delay = 9, .idle_wait_delay = 17, .elastic_limit = 16, .term_range_adj = 6, |