Skip to content

Commit 868a2de

Browse files
bivvyrkhuangtao
authored andcommitted
clk: rockchip: px30: Fix i2s out mclk
Fixes: f612850 ("clk: rockchip: px30: Fix i2s out mclk") Change-Id: I90dd4d1cdb1f3a2e9009dcb574115a5e7504fc32 Signed-off-by: Wyon Bi <[email protected]>
1 parent 158d412 commit 868a2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/rockchip/clk-px30.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ static struct rockchip_clk_branch px30_clk_branches[] __initdata = {
609609
&px30_i2s1_fracmux, PX30_I2S_FRAC_MAX_PRATE),
610610
GATE(SCLK_I2S1, "clk_i2s1", "clk_i2s1_mux", CLK_SET_RATE_PARENT,
611611
PX30_CLKGATE_CON(10), 2, GFLAGS),
612-
COMPOSITE_NODIV(SCLK_I2S1_OUT, "clk_i2s1_out_pre", mux_i2s1_out_p, 0,
612+
COMPOSITE_NODIV(0, "clk_i2s1_out_pre", mux_i2s1_out_p, 0,
613613
PX30_CLKSEL_CON(30), 15, 1, MFLAGS,
614614
PX30_CLKGATE_CON(10), 3, GFLAGS),
615615
GATE(SCLK_I2S1_OUT, "clk_i2s1_out", "clk_i2s1_out_pre", CLK_SET_RATE_PARENT,

0 commit comments

Comments
 (0)