MLK-17022 drm/panel: panel-simple: Correct JDI TX26D202VM0BWA panel display timing...
authorLiu Ying <victor.liu@nxp.com>
Wed, 29 Nov 2017 06:10:16 +0000 (14:10 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:49:43 +0000 (14:49 -0500)
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>
drivers/gpu/drm/panel/panel-simple.c

index e60e803..52f427d 100644 (file)
@@ -1011,7 +1011,7 @@ static const struct display_timing jdi_tx26d202vm0bwa_timing = {
        .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 = {