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>
.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 = {