diff options
| -rw-r--r-- | drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c b/drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c index c003f4dd2a18..f313dbfcbacb 100644 --- a/drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c +++ b/drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c | |||
| @@ -56,6 +56,10 @@ static struct videomode td028ttec1_panel_vm = { | |||
| 56 | .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW | | 56 | .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW | |
| 57 | DISPLAY_FLAGS_DE_HIGH | DISPLAY_FLAGS_SYNC_POSEDGE | | 57 | DISPLAY_FLAGS_DE_HIGH | DISPLAY_FLAGS_SYNC_POSEDGE | |
| 58 | DISPLAY_FLAGS_PIXDATA_NEGEDGE, | 58 | DISPLAY_FLAGS_PIXDATA_NEGEDGE, |
| 59 | /* | ||
| 60 | * Note: According to the panel documentation: | ||
| 61 | * SYNC needs to be driven on the FALLING edge | ||
| 62 | */ | ||
| 59 | }; | 63 | }; |
| 60 | 64 | ||
| 61 | #define JBT_COMMAND 0x000 | 65 | #define JBT_COMMAND 0x000 |
