Re: [PATCH] clk: rockchip: fix the rk3399 spdif incorrect bit for DPTX

2016-07-01 Thread Heiko Stuebner
Am Donnerstag, 30. Juni 2016, 10:18:59 schrieb Xing Zheng: > The CLKSEL_CON32 bit_0 is controlled for spdif_8ch, not spdif_rec_dptx, > it should be bit_8, let's fix it. > > Reported-by: Chris Zhong > Tested-by: Chris Zhong > Signed-off-by: Xing Zheng applied to my clk branch for 4.8

[PATCH] clk: rockchip: fix the rk3399 spdif incorrect bit for DPTX

2016-06-29 Thread Xing Zheng
The CLKSEL_CON32 bit_0 is controlled for spdif_8ch, not spdif_rec_dptx, it should be bit_8, let's fix it. Reported-by: Chris Zhong Tested-by: Chris Zhong Signed-off-by: Xing Zheng --- drivers/clk/rockchip/clk-rk3399.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driv