aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel/panel-simple.c
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2016-08-26 16:26:00 +0000
committerThierry Reding <[email protected]>2016-09-16 15:09:35 +0000
commite0932f9d7ba9a16f99a84943b720f109de8e3e06 (patch)
tree7f2c27208bab15372b64240ef44ba6ef33645202 /drivers/gpu/drm/panel/panel-simple.c
parentdrm/panel: simple: Add Innolux G101ICE-L01 panel (diff)
downloadkernel-e0932f9d7ba9a16f99a84943b720f109de8e3e06.tar.gz
kernel-e0932f9d7ba9a16f99a84943b720f109de8e3e06.zip
drm/panel: simple: Fix bus flags for Ortustech com43h4m85ulc
This display expects DE pin and data lines to be active high, add the necessary flags. Signed-off-by: Marek Vasut <[email protected]> Cc: Philipp Zabel <[email protected]> Cc: Thierry Reding <[email protected]> Reviewed-by: Philipp Zabel <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/panel/panel-simple.c')
-rw-r--r--drivers/gpu/drm/panel/panel-simple.c1
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 69d69876b632..a0b11855ff2f 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -1273,6 +1273,7 @@ static const struct panel_desc ortustech_com43h4m85ulc = {
.height = 93,
},
.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 qd43003c0_40_mode = {