Skip to content

Commit 093bfc8

Browse files
finley1226rkhuangtao
authored andcommitted
clk: rockchip: rk3328: Fix clk_cif_src parent
Change-Id: I0ea209224880b8c51a385ed46827bb0d8f7dd219 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
1 parent 0cb664e commit 093bfc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/clk/rockchip/clk-rk3328.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ static const struct rockchip_cpuclk_reg_data rk3328_cpuclk_data = {
148148
};
149149

150150
PNAME(mux_pll_p) = { "xin24m" };
151-
151+
PNAME(mux_hdmiphy_gpll_p) = { "hdmiphy", "gpll" };
152152
PNAME(mux_2plls_p) = { "cpll", "gpll" };
153153
PNAME(mux_gpll_cpll_p) = { "gpll", "cpll" };
154154
PNAME(mux_cpll_gpll_apll_p) = { "cpll", "gpll", "apll" };
@@ -592,7 +592,7 @@ static struct rockchip_clk_branch rk3328_clk_branches[] __initdata = {
592592
GATE(SCLK_HDMI_SFC, "clk_hdmi_sfc", "xin24m", 0,
593593
RK3328_CLKGATE_CON(5), 4, GFLAGS),
594594

595-
COMPOSITE_NODIV(0, "clk_cif_src", mux_2plls_p, 0,
595+
COMPOSITE_NODIV(0, "clk_cif_src", mux_hdmiphy_gpll_p, 0,
596596
RK3328_CLKSEL_CON(42), 7, 1, MFLAGS,
597597
RK3328_CLKGATE_CON(5), 3, GFLAGS),
598598
COMPOSITE_NOGATE(SCLK_CIF_OUT, "clk_cif_out", mux_sclk_cif_p, CLK_SET_RATE_PARENT,

0 commit comments

Comments
 (0)