summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAishwarya Kothari <aishwarya.kothari@toradex.com>2022-08-30 13:26:48 +0200
committerAishwarya Kothari <aishwarya.kothari@toradex.com>2022-08-30 15:48:53 +0000
commitde43123cefbf52523ec85431abe30d93c9347f88 (patch)
treecd37a0adeb32d6d822eef807bc2f15f16a090a98 /drivers
parentebd48c681d276a63177a0eb5265fea5953eb896c (diff)
Revert "drm/panel: panel-simple: use working pixelclock"
The change was supposed to workaround a SOC limitation, but changing the generic panel timing is not the correct solution. To fix this we will provide different timing using an overlay. This reverts commit from d294890957d315a4a3b94818e1398c06f48b27ea. Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
Diffstat (limited to 'drivers')
-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 c4515aa7132d..41a75993e839 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 = { 68000000, 68400000, 68900000, },
+ .pixelclock = { 68900000, 71100000, 73400000 },
.hactive = { 1280, 1280, 1280 },
.hfront_porch = { 23, 60, 71 },
.hback_porch = { 23, 60, 71 },