diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_connector.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_connector.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_connector.c b/drivers/gpu/drm/omapdrm/omap_connector.c index f3e9bcf1f784..5fa15da78a8c 100644 --- a/drivers/gpu/drm/omapdrm/omap_connector.c +++ b/drivers/gpu/drm/omapdrm/omap_connector.c | |||
@@ -107,8 +107,7 @@ void copy_timings_drm_to_omap(struct omap_video_timings *timings, | |||
107 | else | 107 | else |
108 | timings->flags |= DISPLAY_FLAGS_VSYNC_LOW; | 108 | timings->flags |= DISPLAY_FLAGS_VSYNC_LOW; |
109 | 109 | ||
110 | timings->data_pclk_edge = OMAPDSS_DRIVE_SIG_RISING_EDGE; | 110 | timings->flags |= DISPLAY_FLAGS_DE_HIGH | DISPLAY_FLAGS_PIXDATA_POSEDGE; |
111 | timings->flags |= DISPLAY_FLAGS_DE_HIGH; | ||
112 | timings->sync_pclk_edge = OMAPDSS_DRIVE_SIG_FALLING_EDGE; | 111 | timings->sync_pclk_edge = OMAPDSS_DRIVE_SIG_FALLING_EDGE; |
113 | } | 112 | } |
114 | 113 | ||