Skip to content

Commit 0099499

Browse files
Elaine Zhangrkhuangtao
authored andcommitted
clk: rockchip: rk3328: add SCLK_HDMI_SFC id
Change-Id: Ic876175272cba40093e555ee815e9261bb39d510 Signed-off-by: Elaine Zhang <[email protected]>
1 parent f549d89 commit 0099499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/rockchip/clk-rk3328.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ static struct rockchip_clk_branch rk3328_clk_branches[] __initdata = {
589589
COMPOSITE(ACLK_VOP_PRE, "aclk_vop_pre", mux_4plls_p, 0,
590590
RK3328_CLKSEL_CON(39), 6, 2, MFLAGS, 0, 5, DFLAGS,
591591
RK3328_CLKGATE_CON(5), 5, GFLAGS),
592-
GATE(0, "clk_hdmi_sfc", "xin24m", 0,
592+
GATE(SCLK_HDMI_SFC, "clk_hdmi_sfc", "xin24m", 0,
593593
RK3328_CLKGATE_CON(5), 4, GFLAGS),
594594

595595
COMPOSITE_NODIV(0, "clk_cif_src", mux_2plls_p, 0,

0 commit comments

Comments
 (0)