提交 e0932f9d 编写于 作者: M Marek Vasut 提交者: Thierry Reding

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: NMarek Vasut <marex@denx.de>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Thierry Reding <treding@nvidia.com>
Reviewed-by: NPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 1e29b840
...@@ -1273,6 +1273,7 @@ static const struct panel_desc ortustech_com43h4m85ulc = { ...@@ -1273,6 +1273,7 @@ static const struct panel_desc ortustech_com43h4m85ulc = {
.height = 93, .height = 93,
}, },
.bus_format = MEDIA_BUS_FMT_RGB888_1X24, .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 = { static const struct drm_display_mode qd43003c0_40_mode = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册