mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
22 lines
680 B
Diff
22 lines
680 B
Diff
|
From 8d70f9f4a66522c2720de986623d1130337ff670 Mon Sep 17 00:00:00 2001
|
||
|
From: Samuel Holland <samuel@sholland.org>
|
||
|
Date: Sun, 7 Aug 2022 19:16:18 -0500
|
||
|
Subject: [PATCH 110/117] drm: panel: cwd686: Increase post-reset delay
|
||
|
|
||
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
||
|
---
|
||
|
drivers/gpu/drm/panel/panel-clockwork-cwd686.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/drivers/gpu/drm/panel/panel-clockwork-cwd686.c
|
||
|
+++ b/drivers/gpu/drm/panel/panel-clockwork-cwd686.c
|
||
|
@@ -315,7 +315,7 @@ static int cwd686_prepare(struct drm_pan
|
||
|
|
||
|
gpiod_set_value_cansleep(ctx->reset_gpio, 0);
|
||
|
/* T3 */
|
||
|
- msleep(20);
|
||
|
+ msleep(120);
|
||
|
|
||
|
/* Exit sleep mode and power on */
|
||
|
|