Skip to content

Commit ed2243e

Browse files
committed
clk: rockchip: use clock id for SCLK_VIP_OUT on rk3368
Export the vip-out clock via the newly added clock-id. Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com> Link: https://lore.kernel.org/r/20210205110502.1850669-4-heiko@sntech.de
1 parent 686458a commit ed2243e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/rockchip/clk-rk3368.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ static struct rockchip_clk_branch rk3368_clk_branches[] __initdata = {
474474
COMPOSITE_NODIV(0, "vip_src", mux_pll_src_cpll_gpll_p, 0,
475475
RK3368_CLKSEL_CON(21), 15, 1, MFLAGS,
476476
RK3368_CLKGATE_CON(4), 5, GFLAGS),
477-
COMPOSITE_NOGATE(0, "sclk_vip_out", mux_vip_out_p, 0,
477+
COMPOSITE_NOGATE(SCLK_VIP_OUT, "sclk_vip_out", mux_vip_out_p, 0,
478478
RK3368_CLKSEL_CON(21), 14, 1, MFLAGS, 8, 5, DFLAGS),
479479

480480
COMPOSITE_NODIV(SCLK_EDP_24M, "sclk_edp_24m", mux_edp_24m_p, 0,

0 commit comments

Comments
 (0)