summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-panel.c
diff options
context:
space:
mode:
authorAnimesh Kishore <ankishore@nvidia.com>2011-09-06 18:19:22 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:49:00 -0800
commit99c6a1322147878f2193bd959436633d2d8ee3e7 (patch)
tree7284542ffd453cd911af6cabf0f10a96423846bc /arch/arm/mach-tegra/board-enterprise-panel.c
parentf07b6d11ebbac7ec36d7e2cc776a165c860e1837 (diff)
ARM: tegra: enterprise: Frequency for dsi read
Specify working freq for dsi read. Bug 863030 Reviewed-on: http://git-master/r/49198 (cherry picked from commit 618abf2f8a5841277440e77e7f46406924d2a63b) Change-Id: Idc711a7841059432c3f3de09e23a21407ead8dd3 Reviewed-on: http://git-master/r/54183 Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Rebase-Id: R5bdf2ba9c65d9e8765a0bbc72be43acb0a633e34
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-panel.c')
-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 32e5f2ba9872..81b40744ff32 100644
--- a/arch/arm/mach-tegra/board-enterprise-panel.c
+++ b/arch/arm/mach-tegra/board-enterprise-panel.c
@@ -561,6 +561,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 = {