Created
August 14, 2020 21:25
-
-
Save samueldr/ee0b716c53674dd5ff4926dd28b537ab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 0dc789916b2998da15c390b0f3cfc0f425b9c95a Mon Sep 17 00:00:00 2001 | |
From: Samuel Dionne-Riel <samuel@dionne-riel.com> | |
Date: Fri, 14 Aug 2020 15:48:13 -0400 | |
Subject: [PATCH] [WIP] don't disable pclk, it's needed next | |
--- | |
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 2 -- | |
1 file changed, 2 deletions(-) | |
diff --git a/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c b/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | |
index d274216c5a7c..a117d749313a 100644 | |
--- a/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | |
+++ b/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | |
@@ -1338,8 +1338,6 @@ __dw_mipi_dsi_probe(struct platform_device *pdev, | |
reset_control_assert(apb_rst); | |
usleep_range(10, 20); | |
reset_control_deassert(apb_rst); | |
- | |
- clk_disable_unprepare(dsi->pclk); | |
} | |
ret = dw_mipi_dsi_get_hw_version(dsi); | |
-- | |
2.25.4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment