summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-05-28 12:16:38 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2022-08-26 10:59:53 +0200
commitd294890957d315a4a3b94818e1398c06f48b27ea (patch)
treed6fd21a286b0e750f4026d4adeaa1fe9eb4da2df
parent278621186ea8e6cf99ef550b76ae02a7e035458d (diff)
drm/panel: panel-simple: use working pixelclock
At least when combined with a Texas Instruments SN65DSI84 DSI to LVDS bridge the previous pixelclock did not produce a working configuration. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--drivers/gpu/drm/panel/panel-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 41a75993e839..c4515aa7132d 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -3139,7 +3139,7 @@ static const struct panel_desc logictechno_lt161010_2nh = {
};
static const struct display_timing logictechno_lt170410_2whc_timing = {
- .pixelclock = { 68900000, 71100000, 73400000 },
+ .pixelclock = { 68000000, 68400000, 68900000, },
.hactive = { 1280, 1280, 1280 },
.hfront_porch = { 23, 60, 71 },
.hback_porch = { 23, 60, 71 },