]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: rockchip: fix incorrect rk3399 spdif-DPTX divider bits
authorXing Zheng <zhengxing@rock-chips.com>
Thu, 30 Jun 2016 02:18:59 +0000 (10:18 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Aug 2016 16:10:58 +0000 (18:10 +0200)
commit89d98ca0367b687562fc8c23b0985e667ae5be9e
tree7a872a985edde3e80c26acdab22cc55d4aa33e03
parentc5cee0cabb809617c5e275666f9e0fba184a20fd
clk: rockchip: fix incorrect rk3399 spdif-DPTX divider bits

commit 3770821fa360525e6c726cd562a2438a0aa5d566 upstream.

The CLKSEL_CON32 bit_0 is controlled for spdif_8ch, not spdif_rec_dptx,
it should be bit_8, let's fix it.

Fixes: 115510053e5e ("clk: rockchip: add clock controller for the RK3399")
Reported-by: Chris Zhong <zyw@rock-chips.com>
Tested-by: Chris Zhong <zyw@rock-chips.com>
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/rockchip/clk-rk3399.c