mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 01:59:02 +00:00
21 lines
757 B
Diff
21 lines
757 B
Diff
|
From 16359ba0c5f5011e4742672454b35ad91a02fabe Mon Sep 17 00:00:00 2001
|
||
|
From: Samuel Holland <samuel@sholland.org>
|
||
|
Date: Mon, 8 Aug 2022 00:30:17 -0500
|
||
|
Subject: [PATCH 113/117] drm: panel: cwd686: Disable burst
|
||
|
|
||
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
||
|
---
|
||
|
drivers/gpu/drm/panel/panel-clockwork-cwd686.c | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
--- a/drivers/gpu/drm/panel/panel-clockwork-cwd686.c
|
||
|
+++ b/drivers/gpu/drm/panel/panel-clockwork-cwd686.c
|
||
|
@@ -329,7 +329,6 @@ static int cwd686_probe(struct mipi_dsi_
|
||
|
dsi->lanes = 4;
|
||
|
dsi->format = MIPI_DSI_FMT_RGB888;
|
||
|
dsi->mode_flags = MIPI_DSI_MODE_VIDEO |
|
||
|
- MIPI_DSI_MODE_VIDEO_BURST |
|
||
|
MIPI_DSI_MODE_VIDEO_SYNC_PULSE;
|
||
|
|
||
|
ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH);
|