]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: rockchip: rk3368: fix parents of video encoder/decoder
authorHeiko Stuebner <heiko@sntech.de>
Wed, 20 Jan 2016 18:22:38 +0000 (19:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Apr 2016 16:09:02 +0000 (09:09 -0700)
commitc7e33d74fbd86e518c6f98b9c6f35badc1d3719d
tree7ee3e9fe1fc297c427757d12013b6c8b3d78617f
parent20c736ddb2819e071dcefa087b5d33e19b462e4e
clk: rockchip: rk3368: fix parents of video encoder/decoder

commit 0f28d98463498c61c61a38aacbf9f69e92e85e9d upstream.

The vdpu and vepu clocks can also be parented to the npll and current
parent list also is wrong as it would use the npll as "usbphy" source,
so adapt the parent to the correct one.

Fixes: 3536c97a52db ("clk: rockchip: add rk3368 clock controller")
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: zhangqing <zhangqing@rock-chips.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/rockchip/clk-rk3368.c