projects
/
linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e641664
)
drm/vc4: Don't disable DSI clocks on component unload.
author
Eric Anholt
<eric@anholt.net>
Wed, 2 Aug 2017 18:46:51 +0000
(11:46 -0700)
committer
Raspbian kernel package updater
<root@raspbian.org>
Sun, 8 Oct 2017 01:08:26 +0000
(
01:08
+0000)
The clocks are enabled/disabled at encoder enable/disable time, not at
component load. Fixes a WARN_ON at boot if V3D fails to probe.
Fixes: 4078f5757144 ("drm/vc4: Add DSI driver")
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_dsi.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/vc4/vc4_dsi.c
b/drivers/gpu/drm/vc4/vc4_dsi.c
index 17fcac381dbb37cd9a5ff210ad8578f480177039..284f486ed9dbf44ff706cce7d111965fb82fab11 100644
(file)
--- a/
drivers/gpu/drm/vc4/vc4_dsi.c
+++ b/
drivers/gpu/drm/vc4/vc4_dsi.c
@@
-1692,9
+1692,6
@@
static void vc4_dsi_unbind(struct device *dev, struct device *master,
mipi_dsi_host_unregister(&dsi->dsi_host);
- clk_disable_unprepare(dsi->pll_phy_clock);
- clk_disable_unprepare(dsi->escape_clock);
-
if (dsi->port == 1)
vc4->dsi1 = NULL;
}