pmaports/device/testing/linux-samsung-kyleproxx/02_screen_reset.patch
Björgvin Ragnarsson 61df1edb0a
deduplicate samsung-kylepro/kyleprods vendor kernels (MR 2368)
Fixes #1163

* Rename linux-samsung-kylepro -> linux-samsung-kylepro
* Remove linux-samsung-kyleprods.

[ci:skip-build] Already built on CI in MR
2021-07-21 11:16:06 +03:00

22 lines
598 B
Diff

diff --git a/drivers/video/broadcom/lcd/nt35510_dsi.c b/drivers/video/broadcom/lcd/nt35510_dsi.c
index 3cf5aa4b1ad..132f9350365 100644
--- a/drivers/video/broadcom/lcd/nt35510_dsi.c
+++ b/drivers/video/broadcom/lcd/nt35510_dsi.c
@@ -337,7 +337,7 @@ esd_detection:
static void nt35510_esd_recovery(void)
{
-#ifdef ILI_ESD_OPERATION
+/*#ifdef ILI_ESD_OPERATION
nt35510_esd_reset_set(1);
#endif
@@ -347,7 +347,7 @@ static void nt35510_esd_recovery(void)
#ifdef ILI_ESD_OPERATION
nt35510_esd_reset_set(0);
-#endif
+#endif*/
}
static void esd_work_func(struct work_struct *work)