Skip to content

Commit aed92d3

Browse files
finley1226rkhuangtao
authored andcommitted
clk: rockchip: px30: Fix clk_i2s0_rx parent
Change-Id: Ia523234cf5b210bbfe51cbf075943e7f44123ca9 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
1 parent 5f1c036 commit aed92d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/clk/rockchip/clk-px30.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ PNAME(mux_i2s0_rx_out_p) = { "clk_i2s0_rx", "xin12m", "clk_i2s0_tx"};
154154
PNAME(mux_i2s1_out_p) = { "clk_i2s1", "xin12m"};
155155
PNAME(mux_i2s2_out_p) = { "clk_i2s2", "xin12m"};
156156
PNAME(mux_i2s0_tx_rx_p) = { "clk_i2s0_tx_mux", "clk_i2s0_rx_mux"};
157+
PNAME(mux_i2s0_rx_tx_p) = { "clk_i2s0_rx_mux", "clk_i2s0_tx_mux"};
157158
PNAME(mux_uart_src_p) = { "gpll", "xin24m", "usb480m", "npll" };
158159
PNAME(mux_uart1_p) = { "clk_uart1_src", "clk_uart1_np5", "clk_uart1_frac" };
159160
PNAME(mux_uart2_p) = { "clk_uart2_src", "clk_uart2_np5", "clk_uart2_frac" };
@@ -656,7 +657,7 @@ static struct rockchip_clk_branch px30_clk_branches[] __initdata = {
656657
PX30_CLKSEL_CON(59), 0,
657658
PX30_CLKGATE_CON(17), 1, GFLAGS,
658659
&px30_i2s0_rx_fracmux),
659-
COMPOSITE_NODIV(SCLK_I2S0_RX, "clk_i2s0_rx", mux_i2s0_tx_rx_p, CLK_SET_RATE_PARENT,
660+
COMPOSITE_NODIV(SCLK_I2S0_RX, "clk_i2s0_rx", mux_i2s0_rx_tx_p, CLK_SET_RATE_PARENT,
660661
PX30_CLKSEL_CON(58), 12, 1, MFLAGS,
661662
PX30_CLKGATE_CON(17), 2, GFLAGS),
662663
COMPOSITE_NODIV(0, "clk_i2s0_rx_out_pre", mux_i2s0_rx_out_p, 0,

0 commit comments

Comments
 (0)