summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/clk-rk3036.c
diff options
context:
space:
mode:
authorRandy Li <randy.li@rock-chips.com>2017-10-20 14:38:09 +0800
committerHuang, Tao <huangtao@rock-chips.com>2017-10-20 17:48:34 +0800
commit278e91efa2202ed997103c1c7a91702faf29eba9 (patch)
tree0982688829ea26e97effb0c7a85a378c84d657ff /drivers/clk/rockchip/clk-rk3036.c
parent3ad1abbd510cfceebea07eba402fcc866b144fea (diff)
clk: rockchip: rk3036: export the hevc core clock
The clock hevc core will be used to drive the hevc decoder. Change-Id: Ic1298ce1edd07f86e5c243e3a2c9876481f4cba9 Signed-off-by: Randy Li <randy.li@rock-chips.com>
Diffstat (limited to 'drivers/clk/rockchip/clk-rk3036.c')
-rw-r--r--drivers/clk/rockchip/clk-rk3036.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk-rk3036.c b/drivers/clk/rockchip/clk-rk3036.c
index f05a037d6b2f..7ce641a71049 100644
--- a/drivers/clk/rockchip/clk-rk3036.c
+++ b/drivers/clk/rockchip/clk-rk3036.c
@@ -267,7 +267,7 @@ static struct rockchip_clk_branch rk3036_clk_branches[] __initdata = {
RK2928_CLKSEL_CON(32), 14, 2, MFLAGS, 8, 5, DFLAGS,
RK2928_CLKGATE_CON(3), 11, GFLAGS),
- COMPOSITE(0, "aclk_hvec", mux_pll_src_3plls_p, 0,
+ COMPOSITE(ACLK_HEVC, "aclk_hevc", mux_pll_src_3plls_p, 0,
RK2928_CLKSEL_CON(20), 0, 2, MFLAGS, 2, 5, DFLAGS,
RK2928_CLKGATE_CON(10), 6, GFLAGS),