projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b685e88
)
clk: rockchip: add video noc clk to the list of rk3366 critical clocks
author
Feng Xiao
<xf@rock-chips.com>
Tue, 8 Mar 2016 08:11:05 +0000
(16:11 +0800)
committer
Huang, Tao
<huangtao@rock-chips.com>
Wed, 9 Mar 2016 11:04:06 +0000
(19:04 +0800)
The clocks of VPU NOC and RKVEDC NOC interact with each other.
If one of VPU and RKVDEC is working, they all must be opened.
Change-Id: I966df107ae72fbbb99f1e660a79bfd07476e8539
Signed-off-by: Feng Xiao <xf@rock-chips.com>
drivers/clk/rockchip/clk-rk3366.c
patch
|
blob
|
history
diff --git
a/drivers/clk/rockchip/clk-rk3366.c
b/drivers/clk/rockchip/clk-rk3366.c
index 4953ba01b2cf78167d76ab87fd076bf7d930fe0e..8d631e9120972ae4b6a4b6722f20d94c59bc9852 100644
(file)
--- a/
drivers/clk/rockchip/clk-rk3366.c
+++ b/
drivers/clk/rockchip/clk-rk3366.c
@@
-778,8
+778,12
@@
static const char *const rk3366_critical_clocks[] __initconst = {
"aclk_bus",
"aclk_peri0",
"aclk_peri1",
+ "aclk_video_noc",
+ "aclk_rkvdec_noc",
"hclk_peri0",
"hclk_peri1",
+ "hclk_video_noc",
+ "hclk_rkvdec_noc",
"pclk_peri0",
"pclk_peri1",
"pclk_rk_pwm",