Skip to content

Commit

Permalink
clk: rockchip: fix copy-paste error in rk3399 testclk
Browse files Browse the repository at this point in the history
Fix RK3368_* to RK3399_* for rk3399 clk_test clock.

Signed-off-by: Jianqun Xu <[email protected]>
Signed-off-by: Heiko Stuebner <[email protected]>
  • Loading branch information
jayxurockchip authored and mmind committed Nov 16, 2016
1 parent a554bb5 commit 9c49603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/clk/rockchip/clk-rk3399.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,8 +1383,8 @@ static struct rockchip_clk_branch rk3399_clk_branches[] __initdata = {
/* clk_test */
/* clk_test_pre is controlled by CRU_MISC_CON[3] */
COMPOSITE_NOMUX(0, "clk_test", "clk_test_pre", CLK_IGNORE_UNUSED,
RK3368_CLKSEL_CON(58), 0, 5, DFLAGS,
RK3368_CLKGATE_CON(13), 11, GFLAGS),
RK3399_CLKSEL_CON(58), 0, 5, DFLAGS,
RK3399_CLKGATE_CON(13), 11, GFLAGS),

/* ddrc */
GATE(0, "clk_ddrc_lpll_src", "lpll", 0, RK3399_CLKGATE_CON(3),
Expand Down

0 comments on commit 9c49603

Please sign in to comment.