aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2014-09-19 12:59:00 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2015-02-25 08:03:50 -0500
commit7b205455ccd1aa7bda065c4c5d9362f53a831d85 (patch)
tree5c8eaafd49de2fbb2ddfef6113471b84cd2f4231 /drivers/video
parent1511c75be01d0511df36096561ef2cbaaa36fa07 (diff)
OMAPDSS: HDMI5: Increase DDC SDA-HOLD time
It has been observed that the current SDA-HOLD time is too short for some board/cable/monitor combinations. Increase the SDA-HOLD time to 1000ns. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/fbdev/omap2/dss/hdmi5_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/omap2/dss/hdmi5_core.c b/drivers/video/fbdev/omap2/dss/hdmi5_core.c
index a3cfe3d708f7..bfc0c4c297d6 100644
--- a/drivers/video/fbdev/omap2/dss/hdmi5_core.c
+++ b/drivers/video/fbdev/omap2/dss/hdmi5_core.c
@@ -55,7 +55,7 @@ static void hdmi_core_ddc_init(struct hdmi_core_data *core)
55 const unsigned ss_scl_low = 4700; /* ns */ 55 const unsigned ss_scl_low = 4700; /* ns */
56 const unsigned fs_scl_high = 600; /* ns */ 56 const unsigned fs_scl_high = 600; /* ns */
57 const unsigned fs_scl_low = 1300; /* ns */ 57 const unsigned fs_scl_low = 1300; /* ns */
58 const unsigned sda_hold = 300; /* ns */ 58 const unsigned sda_hold = 1000; /* ns */
59 const unsigned sfr_div = 10; 59 const unsigned sfr_div = 10;
60 unsigned long long sfr; 60 unsigned long long sfr;
61 unsigned v; 61 unsigned v;