summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Eduardo Candelaria <jorge.candelaria@ti.com>2010-07-19 17:41:33 -0500
committerJorge Eduardo Candelaria <jorge.candelaria@ti.com>2010-07-20 13:56:43 -0500
commitbd78d6ac798d0c2f3de1ea865ecaa71faa7e8d73 (patch)
treeb04aaca39f78bfd5fef314e8d6d0223ddf3f5068
parent59228dca0c59029871d56235776b9e473f70c424 (diff)
OMAP: HDMI: Modify CTS value in hdmi libti-2.6.34-omap4-L24.8-p1
On ES2.0, DIVRATIO configuration had to be removed to avoid SYNC_LOST error. Change CTS value to adjust to desired rate. This change does not affect ES1.0 Signed-off-by: Jorge Eduardo Candelaria <jorge.candelaria@ti.com>
-rw-r--r--arch/arm/plat-omap/hdmi_lib.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/hdmi_lib.c b/arch/arm/plat-omap/hdmi_lib.c
index a9b5de8e0d78..d267a79a8439 100644
--- a/arch/arm/plat-omap/hdmi_lib.c
+++ b/arch/arm/plat-omap/hdmi_lib.c
@@ -1207,15 +1207,14 @@ int hdmi_lib_enable(struct hdmi_config *cfg)
hdmi_w1_video_config_interface(&VideoInterfaceParam);
#if 0
- /* hnagalla */
val = hdmi_read_reg(HDMI_WP, HDMI_WP_VIDEO_SIZE);
val &= 0x0FFFFFFF;
val |= ((0x1f) << 27); /* wakeup */
hdmi_write_reg(HDMI_WP, HDMI_WP_VIDEO_SIZE, val);
+#endif
hdmi_w1_audio_config();
-#endif
/****************************** CORE *******************************/
/************* configure core video part ********************************/
@@ -1232,7 +1231,7 @@ int hdmi_lib_enable(struct hdmi_config *cfg)
audio_cfg.fs = 0x02;
audio_cfg.if_fs = 0x00;
audio_cfg.n = 6144;
- audio_cfg.cts = 74250;
+ audio_cfg.cts = 148500;
/* audio channel */
audio_cfg.if_sample_size = 0x0;