summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnimesh Kishore <ankishore@nvidia.com>2011-09-06 18:19:22 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-09-06 16:47:07 -0700
commit618abf2f8a5841277440e77e7f46406924d2a63b (patch)
tree6d6c98c0e7208aeb66fe6ffd1b2fedfa6b5d43d7
parentfd5448995b73bb3e896765a2695d01699f2e7c99 (diff)
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 <ankishore@nvidia.com> Tested-by: Animesh Kishore <ankishore@nvidia.com> Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/board-enterprise-panel.c3
1 files changed, 3 insertions, 0 deletions
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 = {