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:
2f86480
)
clk: rockchip: rk3399: delete the CLK_IGNORE_UNUSED for aclk_pcie
author
Elaine Zhang
<zhangqing@rock-chips.com>
Thu, 28 Jul 2016 08:28:00 +0000
(16:28 +0800)
committer
Gerrit Code Review
<gerrit@rock-chips.com>
Thu, 28 Jul 2016 10:11:02 +0000
(18:11 +0800)
allow aclk_pcie and aclk_perf_pcie disabled when unused.
Change-Id: I55edb319d0abbabf841e7d479a40d736e657ad4b
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
drivers/clk/rockchip/clk-rk3399.c
patch
|
blob
|
history
diff --git
a/drivers/clk/rockchip/clk-rk3399.c
b/drivers/clk/rockchip/clk-rk3399.c
index 4e39e423b9d69f980ce1eebd9916b48e678dcf1f..100c7e94e3dca3f0dd56cdac2a0233311f6f9223 100644
(file)
--- a/
drivers/clk/rockchip/clk-rk3399.c
+++ b/
drivers/clk/rockchip/clk-rk3399.c
@@
-872,9
+872,9
@@
static struct rockchip_clk_branch rk3399_clk_branches[] __initdata = {
RK3399_CLKSEL_CON(14), 12, 2, DFLAGS,
RK3399_CLKGATE_CON(5), 4, GFLAGS),
- GATE(ACLK_PERF_PCIE, "aclk_perf_pcie", "aclk_perihp",
CLK_IGNORE_UNUSED
,
+ GATE(ACLK_PERF_PCIE, "aclk_perf_pcie", "aclk_perihp",
0
,
RK3399_CLKGATE_CON(20), 2, GFLAGS),
- GATE(ACLK_PCIE, "aclk_pcie", "aclk_perihp",
CLK_IGNORE_UNUSED
,
+ GATE(ACLK_PCIE, "aclk_pcie", "aclk_perihp",
0
,
RK3399_CLKGATE_CON(20), 10, GFLAGS),
GATE(0, "aclk_perihp_noc", "aclk_perihp", CLK_IGNORE_UNUSED,
RK3399_CLKGATE_CON(20), 12, GFLAGS),