projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2dae49
)
MLK-16375-2 Revert "MLK-16349 video: fbdev: dcss: reset dcss domains before clock...
author
Fancy Fang
<chen.fang@nxp.com>
Thu, 7 Sep 2017 04:28:50 +0000
(12:28 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:38:38 +0000
(15:38 -0500)
The reverted patch is to workaround a hang issue which is caused
by DCSS reset control bug in 'Block Control' submodule. But this
workaround may cause another issue on some boards. So revert it.
This reverts commit
2d22e932664dc0347dc279a5588834a29aec47ce
.
(cherry picked from commit
6f1ae20eb4a12af5179d859890fa32d5042a17cd
)
drivers/video/fbdev/mxc/imx_dcss.c
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/mxc/imx_dcss.c
b/drivers/video/fbdev/mxc/imx_dcss.c
index
eb7887c
..
8560342
100644
(file)
--- a/
drivers/video/fbdev/mxc/imx_dcss.c
+++ b/
drivers/video/fbdev/mxc/imx_dcss.c
@@
-3254,8
+3254,7
@@
static int dcss_probe(struct platform_device *pdev)
if (ret)
goto kfree_info;
- /* reset DCSS to make sure in reset state*/
- writel(0xffffffff, info->blkctl_base + 0x8);
+ /* TODO: reset DCSS to make it clean */
/* Clocks select: before dcss de-resets */
if (!strcmp(info->disp_dev, "hdmi_disp"))