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:
465af72
)
clk: rockchip: rk3288: make aclk_vio1_niu a critical clock
author
Jacob Chen
<jacob2.chen@rock-chips.com>
Thu, 5 Jan 2017 07:46:48 +0000
(15:46 +0800)
committer
Huang, Tao
<huangtao@rock-chips.com>
Fri, 6 Jan 2017 02:44:30 +0000
(10:44 +0800)
aclk_vio1_niu is required by rga/edp/hdmi
It might be disabled by pm_runtime calling.
Change-Id: I722ce36d91160d546fc93560141023a0e19084b6
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
drivers/clk/rockchip/clk-rk3288.c
patch
|
blob
|
history
diff --git
a/drivers/clk/rockchip/clk-rk3288.c
b/drivers/clk/rockchip/clk-rk3288.c
index 3503c8ebe82e4d62373d7b6a755d03b329ca3746..e8e5f2b2193f3d04a8e6e4275aefd5a86956ae81 100644
(file)
--- a/
drivers/clk/rockchip/clk-rk3288.c
+++ b/
drivers/clk/rockchip/clk-rk3288.c
@@
-815,6
+815,7
@@
static struct rockchip_clk_branch rk3288_clk_branches[] __initdata = {
static const char *const rk3288_critical_clocks[] __initconst = {
"aclk_cpu",
"aclk_peri",
+ "aclk_vio1_niu",
"hclk_peri",
"pclk_pd_pmu",
};