diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-04-20 12:09:31 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-04-20 12:09:31 +0300 |
commit | 6b75b54c841a18ef114704aa5cf2cdf43487b0ae (patch) | |
tree | 3d2f0e1dc68d96cfd7fc7b32863b155801098544 /drivers/gpu/drm/omapdrm/omap_connector.c | |
parent | 7374ccc0c322a6dc55f783a1a9c816c6f308d990 (diff) | |
parent | aa977f62dff4fb41e89b473c9831c292c01d8bfc (diff) | |
download | linux-6b75b54c841a18ef114704aa5cf2cdf43487b0ae.tar.xz |
Merge omapdss topic branch for fbdev 4.1
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_connector.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_connector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_connector.c b/drivers/gpu/drm/omapdrm/omap_connector.c index a94b11f7859d..2c2173bc3f00 100644 --- a/drivers/gpu/drm/omapdrm/omap_connector.c +++ b/drivers/gpu/drm/omapdrm/omap_connector.c @@ -102,7 +102,7 @@ void copy_timings_drm_to_omap(struct omap_video_timings *timings, timings->data_pclk_edge = OMAPDSS_DRIVE_SIG_RISING_EDGE; timings->de_level = OMAPDSS_SIG_ACTIVE_HIGH; - timings->sync_pclk_edge = OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES; + timings->sync_pclk_edge = OMAPDSS_DRIVE_SIG_FALLING_EDGE; } static enum drm_connector_status omap_connector_detect( |