From 618abf2f8a5841277440e77e7f46406924d2a63b Mon Sep 17 00:00:00 2001 From: Animesh Kishore Date: Tue, 6 Sep 2011 18:19:22 +0530 Subject: ARM: tegra: enterprise: Frequency for dsi read Specify working freq for dsi read. Bug 863030 Change-Id: If4c7a98bacd9ae9fabe423a03d24b5386a147f7c Reviewed-on: http://git-master/r/49198 Reviewed-by: Animesh Kishore Tested-by: Animesh Kishore Reviewed-by: Venkat Moganty --- arch/arm/mach-tegra/board-enterprise-panel.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-tegra/board-enterprise-panel.c b/arch/arm/mach-tegra/board-enterprise-panel.c index f393d1d1a3a8..9ea6ba6a867d 100644 --- a/arch/arm/mach-tegra/board-enterprise-panel.c +++ b/arch/arm/mach-tegra/board-enterprise-panel.c @@ -562,6 +562,9 @@ struct tegra_dsi_out enterprise_dsi = { .video_data_type = TEGRA_DSI_VIDEO_TYPE_COMMAND_MODE, .lp_cmd_mode_freq_khz = 20000, + + /* TODO: Get the vender recommended freq */ + .lp_read_cmd_mode_freq_khz = 200000, }; static struct tegra_stereo_out enterprise_stereo = { -- cgit v1.2.3