Skip to content

Commit 5e3370f

Browse files
buluessrkhuangtao
authored andcommitted
clk: rockchip: rk3368: set true clk for spdif
the mux_spdif_8ch_p is composed of spdif_8ch_src not spdif_8ch_pre Change-Id: I7dd40e35078b2d012af2c777de763d14e93c3d4e Signed-off-by: Xinhuang Li <buluess.li@rock-chips.com>
1 parent 25d06f4 commit 5e3370f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/rockchip/clk-rk3368.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ PNAME(mux_i2s_8ch_pre_p) = { "i2s_8ch_src", "i2s_8ch_frac",
139139
PNAME(mux_i2s_8ch_clkout_p) = { "i2s_8ch_pre", "xin12m" };
140140
PNAME(mux_i2s_2ch_p) = { "i2s_2ch_src", "i2s_2ch_frac",
141141
"dummy", "xin12m" };
142-
PNAME(mux_spdif_8ch_p) = { "spdif_8ch_pre", "spdif_8ch_frac",
142+
PNAME(mux_spdif_8ch_p) = { "spdif_8ch_src", "spdif_8ch_frac",
143143
"ext_i2s", "xin12m" };
144144
PNAME(mux_edp_24m_p) = { "xin24m", "dummy" };
145145
PNAME(mux_vip_out_p) = { "vip_src", "xin24m" };

0 commit comments

Comments
 (0)