Skip to content

Commit 2adafc0

Browse files
knaerzchemmind
authored andcommitted
clk: rockchip: export ACLK_VCODEC for RK3036
It is required for the series at [1] to let hantro driver aquire the clock and set the rate for RK3036 correctly, but I didn't want to add a patch for yet another subsystem to this series. [1] https://lore.kernel.org/linux-media/20210525152225.154302-1-knaerzche@gmail.com/ Signed-off-by: Alex Bee <knaerzche@gmail.com> Link: https://lore.kernel.org/r/20210528140736.79686-1-knaerzche@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 2f3877d commit 2adafc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/rockchip/clk-rk3036.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ static struct rockchip_clk_branch rk3036_clk_branches[] __initdata = {
259259
RK2928_CLKGATE_CON(1), 13, GFLAGS,
260260
&rk3036_uart2_fracmux),
261261

262-
COMPOSITE(0, "aclk_vcodec", mux_pll_src_3plls_p, 0,
262+
COMPOSITE(ACLK_VCODEC, "aclk_vcodec", mux_pll_src_3plls_p, 0,
263263
RK2928_CLKSEL_CON(32), 14, 2, MFLAGS, 8, 5, DFLAGS,
264264
RK2928_CLKGATE_CON(3), 11, GFLAGS),
265265
FACTOR_GATE(HCLK_VCODEC, "hclk_vcodec", "aclk_vcodec", 0, 1, 4,

0 commit comments

Comments
 (0)