diff options
| author | Philipp Zabel <[email protected]> | 2017-10-11 14:59:57 +0200 |
|---|---|---|
| committer | Thierry Reding <[email protected]> | 2017-10-18 13:53:03 +0200 |
| commit | 6560279c8fd08838ccaeea89f33ec10d26dc7857 (patch) | |
| tree | 3ab5b37c93cbf2b2dbdebcf0106a4c713492c7b5 | |
| parent | a483159d2b5238b69ef6a3310a4aa61b0dd496c3 (diff) | |
drm/panel: simple: add bus flags for Innolux AT043TN24
For LCD interface controllers that support configuring polarity of
pixel clock and data enable signal, specify bus flags in the panel
descriptor.
Signed-off-by: Philipp Zabel <[email protected]>
Tested-by: Marco Franchi <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
| -rw-r--r-- | drivers/gpu/drm/panel/panel-simple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index fae989b7477c..1bbe212c4780 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -1033,6 +1033,7 @@ static const struct panel_desc innolux_at043tn24 = { .height = 54, }, .bus_format = MEDIA_BUS_FMT_RGB888_1X24, + .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_POSEDGE, }; static const struct drm_display_mode innolux_at070tn92_mode = { |