diff options
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c b/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c index b36fa0a57b61..43d21edb51f5 100644 --- a/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c +++ b/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c | |||
| @@ -36,6 +36,11 @@ static struct videomode lb035q02_vm = { | |||
| 36 | .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW | | 36 | .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW | |
| 37 | DISPLAY_FLAGS_DE_HIGH | DISPLAY_FLAGS_SYNC_NEGEDGE | | 37 | DISPLAY_FLAGS_DE_HIGH | DISPLAY_FLAGS_SYNC_NEGEDGE | |
| 38 | DISPLAY_FLAGS_PIXDATA_POSEDGE, | 38 | DISPLAY_FLAGS_PIXDATA_POSEDGE, |
| 39 | /* | ||
| 40 | * Note: According to the panel documentation: | ||
| 41 | * DE is active LOW | ||
| 42 | * DATA needs to be driven on the FALLING edge | ||
| 43 | */ | ||
| 39 | }; | 44 | }; |
| 40 | 45 | ||
| 41 | struct panel_drv_data { | 46 | struct panel_drv_data { |
