Commit 37ce99b7 authored by Liu Ying's avatar Liu Ying Committed by Neil Armstrong

drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA

KOE TX26D202VM0BWA panel spec indicates the DE signal is active high in
timing chart, so add DISPLAY_FLAGS_DE_HIGH flag in display timing flags.
This aligns display_timing with panel_desc.

Fixes: 8a070524 ("drm/panel: simple: Add support for KOE TX26D202VM0BWA panel")
Signed-off-by: default avatarLiu Ying <victor.liu@nxp.com>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240624015612.341983-1-victor.liu@nxp.comSigned-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240624015612.341983-1-victor.liu@nxp.com
parent d92a7580
...@@ -2752,6 +2752,7 @@ static const struct display_timing koe_tx26d202vm0bwa_timing = { ...@@ -2752,6 +2752,7 @@ static const struct display_timing koe_tx26d202vm0bwa_timing = {
.vfront_porch = { 3, 5, 10 }, .vfront_porch = { 3, 5, 10 },
.vback_porch = { 2, 5, 10 }, .vback_porch = { 2, 5, 10 },
.vsync_len = { 5, 5, 5 }, .vsync_len = { 5, 5, 5 },
.flags = DISPLAY_FLAGS_DE_HIGH,
}; };
static const struct panel_desc koe_tx26d202vm0bwa = { static const struct panel_desc koe_tx26d202vm0bwa = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment