The JDI TX26D202VM0BWA panel works in data enable(DE) mode.
Apparently, the panel's data enable signal is active high
according to the panel spec. This patch corrects the DE
signal polarity from active low to active high.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
(cherry picked from commit
ed0230ec262dd0db3cd4c0fac0777e19424a8c30)
.vfront_porch = { 3, 5, 10 },
.vback_porch = { 2, 5, 10 },
.vsync_len = { 5, 5, 5 },
- .flags = DISPLAY_FLAGS_DE_LOW,
+ .flags = DISPLAY_FLAGS_DE_HIGH,
};
static const struct panel_desc jdi_tx26d202vm0bwa = {